Problem to read data on server side

Problem to read data on server side

brunobruno Posts: 6Questions: 0Answers: 0
edited December 2011 in General
In my table I have on check box in each row, this table is modified before I intialize DataTables plug-in (this is necessary to DataTables read my table correctly). So, when an user do a post back this same table is read on server side and rows with checkbox checked have a special handle.

The problem: The server just handle rows which are been displayed at the moment of post back.

This just happen when I use pagination on my tables. I'm using .NET plataform.

Replies

  • allanallan Posts: 63,535Questions: 1Answers: 10,475 Site admin
    Have a look at this example: http://datatables.net/release-datatables/examples/api/form.html

    Allan
  • brunobruno Posts: 6Questions: 0Answers: 0
    Hi Allan, it didn't works
This discussion has been closed.