jQWidgets Forums

jQuery UI Widgets Forums Grid Selection Mode "none"

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Selection Mode "none" #107548

    olegr
    Participant

    Hi,

    As described in reference: “none” – disables the selection. Selection is possible only through the API.
    https://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/index.htm#demos/jqxgrid/rowselection.htm

    Upgraded version to the last one (7.1.0 > 8.3.2) and found there is no possible to select rows through the API.
    Is it bug or method changes?

    Thank you

    Selection Mode "none" #107554

    Peter Stoev
    Keymaster

    The current API states:

    (requires jqxgrid.selection.js)

    Sets or gets the selection mode.

    Possible Values:
    ‘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.

    ‘none’ disabled the selection.

    Regards,
    Peter

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

You must be logged in to reply to this topic.