Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
395
SmartSubmit only current row in Grid
posted

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