Hi,
My Grid contains more than 500 rows and calling ig.smartSubmit("id",null,null) is taking a lot of time to populate the model and even refreshing the page occasionally which looks like a bug.
Is it possible to submit only the current row in grid once the current row is modified to make it faster ?
I am fetching the current row like this:
var row=ig.grid.getTargetRow(domNode);
Also how can i know the current row number from row object above? Is it possible to fetch cell values in the current row in grid?
Regards
Hi:
Yes you can send updates for the current row to the server. For an example, please go to componentsforjsf.com. n the "ONline Demo"section, look at example #5 "Editable Fields" in the Grid demos.
You'll also find an example fo getting the current row under examples #9, 10 and 17.
Thanks,Jim