jQWidgets Forums

jQuery UI Widgets Forums Grid Grid form post

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Grid form post #70508

    jbambrough
    Participant

    Hello all,

    I have a grid with some html rendered radio buttons for one of the columns. I am trying to post a form given the user selections of the radio buttons in the grid. What would be the best way to do this? (I am trying submit one form post instead of doing an ajax submit for each row like in many of the examples).

    Thanks,
    -Jim

    Grid form post #70573

    Dimitar
    Participant

    Hello Jim,

    If the checked states of the radio buttons you display via cellsrenderer are bound to the actual cell values, i.e. the cell value is true and the corresponding radio button is checked, you can get the information with the method getrows and make one post with Ajax to submit it.

    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.