The demo shows how to work with flexible 
CRUD Client-side operations provided by the 
ClientDataSource control. The editing is achieved by using client-side methods such as: 
add(), update() and 
remove().     
You can easily update a row data by selecting it, changing the values of the Rating, Title and Year fields and pressing the Update button inside the Update Configuration panel.        In order to insert a new record, switch to the Insert Configuration panel, fill the ID, Rating, Title and Year textboxes and press Insert. The change will be applied and a new row will appear at the bottom part of the table. 
     In you are willing to learn more about the data editing client-side methods of 
RadClientDataSource, see the following articles:        
          add()                update()               remove()