webismymind / editablegrid

EditableGrid is an open source Javascript library aimed at turning HTML tables into advanced editable components. It focuses on simplicity: only a few lines of code are required to get your first table up and running.
http://www.editablegrid.net
Other
796 stars 271 forks source link

Asp.net how to save #148

Open jerschmidt14 opened 7 years ago

jerschmidt14 commented 7 years ago

Grid looks great! I can load data from xml string. Are there any methods to get xml or an array of values back after the user adjusts the data in the grid.? I see the one method that reports on a cell change but it would be nice to get all rows back in an array instead.