jQWidgets Forums

jQuery UI Widgets Forums Grid Select multiple rows and single cell of the grid

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author

  • Kavya
    Participant

    Hi,

    I want to select multiple rows and single cell also.
    How do i achieve this

    Thanks,
    Kavya


    Martin
    Participant

    Hello Kavya,

    The selection mode options are those that you can see in the grid’s API:

    ‘none’-disables the selection
    ‘singlerow’- full row selection
    ‘multiplerows’ – each click selects a new row. Click on a selected row unselects it
    ‘multiplerowsextended’ – multiple rows selection with drag and drop. The selection behavior resembles the selection of icons on your desktop
    ‘singlecell’ – single cell selection
    ‘multiplecells’ – each click selects a new cell. Click on a selected cell unselects it
    ‘multiplecellsextended’ – in this mode, users can select multiple cells with a drag and drop. The selection behavior resembles the selection of icons on your desktop
    ‘multiplecellsadvanced’ – this mode is the most advanced cells selection mode. In this mode, users can select multiple cells with a drag and drop. The selection behavior resembles the selection of cells in a spreadsheet
    ‘checkbox’ – multiple rows selection through a checkbox.

    You can create some custom selection, based on your needs. For example, you can you use the “selectcell” or “selectrow” methods.

    Best Regards,
    Martin

    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.