jQWidgets Forums

jQuery UI Widgets Forums Getting Started Grid with rowdetails

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Grid with rowdetails #30954

    jahnvi25
    Participant

    I have Grid with one column editable. and also has row details. when rowdetails is open..at that time if user enters the value in editable column. how can i update that same field in rowdetails which also displays same field ? also when user changes something in rowdetails how can i get that new value ?

    Thanks

    Grid with rowdetails #30963

    Peter Stoev
    Keymaster

    Hi jahnvi25,

    In the function where you initialize the Row Details, you can store the Details Element in some custom Variable defined outside the function and when it is necessary, make a jQuery selection by Class or ID and do the necessary updates. You can do the updates within “cellendedit” callback(raised when edit operation has finished).

    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.