Hi,
I have created an application on ultrawebgrid, in which user can enter some of data at client side, click save and the data gets saved to the Database. We have defined the sort to be Server side. Now, when the user enters some new data into the grid and try to sort the data on the basis of some column, the data which is currently entered gets lost. We do not want the user to lose the data, instead the data should be automatically save after a client side alert to the user.
Can you guys help me some how?
Regards,
Manik Mittal
As Darrell mentioned, are you handling any events on the WebGrid that respond to user updates, such as UpdateRowBatch and DeleteRowBatch? If not, your changes will be lost when you sort. If you are handling these events, then there may be something more going on, in which case I suggest you submit a support request to Developer Support with more information.
The scenario is like this.
Thanks and Regards,
If you are doing an OnServer sort, are you persisting the changes from the client to the datasource using the update events?