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

Parents
No Data
Reply
  • 2301
    posted

     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

Children
No Data