Grid inline editing client side save

Save client side 

Drag a column header and drop it here to group by that column
Id
Name
Bonus Meal
Organic
 
State
4315cabbagePapayaYes
 
675asdasdaAppleNo
 
673ApplesBananaNo
 
671CookiesCucumberYes
 
669Morning TeaCucumberNo
 
667Morning mealBuckwheatYes
 
665Snacks and movieWheatNo
 
663AperoLettuceYes
 
661petit dejBananaYes
 
659BreakfastBroccoliYes
 

Saving all the data (new items, changes, deleted items) on the client.
Using rowClickEdit instead of adding an edit button (you could add edit buttons instead like in other demos).
In case of validation errors grid loading will be prevented (happens when rowClickEdit: true).



Comments