jQWidgets Forums

jQuery UI Widgets Forums Grid cell group info

Tagged: 

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 10 years, 3 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • cell group info #69642

    omargarro
    Participant

    I have a one-level grouped grid where users edit cells values

    On cellendedit I have to dump values to DB but I need the group id of the cell being edited

    How can I get that info ?

    cell group info #69667

    Peter Stoev
    Keymaster

    Hi omargarro,

    You don’t need this. When cell value is updated, the Grid calls “updaterow” function if defined in the source object. It contains the updated row’s ID and the updated Row’s Data. This is what you need for synchronization with your DB. Groups do not have ID.

    Best Regards,
    Peter Stoev

    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.