Click here to Skip to main content
15,889,890 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have implement jquery datatble in my grid and have edit row option on my grid. if i edit some row from 2nd or 3rd page, it comes to first page only, because gird is rebinding again in Grid_RowEditing Event in server side.

Expected :if i go to 2nd or 3rd page the row should be editable within a page only.

Any simpler method is there to avoid this issue except ajax call?

What I have tried:

I tired to destroy a table on edit row and rebinding again. i create once function for redraw page after edit row calls and i calling this function from grid_rowediting event from server side using clientscript manager.

the solution is working but a table(grid) is goes to first page always.
Posted
Updated 16-Aug-18 21:09pm
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900