Problem to read data on server side
Problem to read data on server side
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.
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.
This discussion has been closed.
Replies
Allan