First, at all
Thanks on great thing you doing here.
What will be proper (easy) way to send data back from jqxGrid back to conntoler.
Is there any way to bind data from dataAdapter or jqxGrid to smoe sort of Model and send it back to Mvc conttoler for futer editing.
In past procject we uesd ext.net framework for user front end there was nice way to read all “drtiy” data in grid.
#{GRIDPANEL}.getRowsValues({dirtyRowsOnly: true});
I am trying to send back all edited data in once Ajax call or postback to conntoler.
I did saw that there is edited event on cell on demos.
I want to send data back once when user pass thougt all grid and click save ?
I also find http://www.jqwidgets.com/community/topic/get-all-data-in-grid/
but that post was in 2012 is there any new rabbit in hat ?