I have a web-app that it was working perfectly. In one part of the app there is a empty table for users to insert data in it, then they should select check boxes of the filled rows to create a dataframe. The dataframe will go to the database. So for example a user was inserting 5 rows in an empty table with 20 rows, then flagged the filled rfows (the 5 rows) to create a table.
But recently, as soon as user clicks on the first check box, the whole page refreshes so the table becomes empty again. I belive it is a bug that created in new version. But at the moment how can I solve the issue?
is there any way to define a customized GridUpdateMode?