jQWidgets Forums

jQuery UI Widgets Forums Grid Get all row with specific cell value

This topic contains 0 replies, has 1 voice, and was last updated by  Bentechsoft 12 years, 1 month ago.

Viewing 1 post (of 1 total)
  • Author

  • Bentechsoft
    Participant

    Hi,

    I’m using your demo customrowsselection.htm but with selectionmode set to “singlecell”.   I want to use singlecell because the behavior is really the one I want.  This means there are not row selected, only cells.

    I would like to provide a checkbox (like in the demo) allowing the user to select all rows to be deleted.   This part works fine.  I made change to the demo and configured the grid like this

    editable: true,
    theme: theme,
    enablehover:true,
    pageable:true,
    sortable:true,
    autoheight:true,
    selectionmode:‘singlecell’,
    editable:true,
    ….

    Now, if I want to delete the rows that are checked, I can’t really use getselectedrows as my rows are not really selected.  I need to identify and delete them one by one…   Is there an easy way to get all the checked rows without having to iterate throught the list.

    Thank you

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.