i have a datagrid which allows paging, I am able to click on next page, and rebind the data and show up the next continue rows on next page.
But the problem is the rows are also selectable, when I click a select on a row, the selected row is actually the 1st page's row. Do I need to implement something or how to config the datagrid's property?
Thanks in advance.
Vincent
But the problem is the rows are also selectable, when I click a select on a row, the selected row is actually the 1st page's row. Do I need to implement something or how to config the datagrid's property?
Thanks in advance.
Vincent