I have a grid which has date picker control and text columns. I m able to add data using modal dialog and save it to the grid and pass the same to for save/edit purpose to my server side code.
Problem:
I m how ever not sure how to sort the records those are added in the client side. I have seen one sample in which there is inline editing and sorting as shown here. Though i have not seen anything which deals with adding a new row and sorting the saved data in client side.
I have used loadonce:true
I have used this approach to add records and edit records on client side as mentioned by Oleg.