jQuery UI Widgets Forums Grid Get Checked Rows

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Get Checked Rows #57397

    AJRames
    Participant

    Hi there,

    I am currently facing a problem with the jqxGrid.
    I added a checkbox column to my grid.

    By clicking on a button I want to receive a specific column value from all checked rows.

    How can I achieve this?

    Thank you in advance.

    Get Checked Rows #57406

    Dimitar
    Participant

    Hello AJRames,

    Our suggestion is to call getrows on the click of the button. The array returned from the method contains all rows with the values of their cells. Check which ones are checked (their checkbox cell value is true) and then get the required cell values from them.

    Best Regards,
    Dimitar

    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.