jQWidgets Forums

jQuery UI Widgets Forums Grid using setcellvalue without updating record

This topic contains 1 reply, has 2 voices, and was last updated by  Christopher 8 years, 9 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author

  • rasoul_par
    Participant

    Hi
    I need to show a popup window (which contains a grid) when some specific columns are in edit mode.
    when user DbClicks on rows of shown grid I have to set value of selected row to current cell (which I have shown a grid for it).
    There is no problem so far, but when I want to update value of cell by using setcellvalue the entire row updates, this is not the functionality that I need. I want to update entire row after selected row changed.

    Can anybody provide some help/documentation about setcellvalue or suggest a new approach?


    Christopher
    Participant

    Hi rasoul_par,

    “setcellvalue” updates only a cell’s value. It doesn’t update the whole row. To update an entire row after making changes to it you need to call the method “updaterow”. Please send a snippet of your code to better understand the problem that you are facing.

    Best Regards,
    Christopher

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.