jQuery UI Widgets Forums Grid prevent selection for multiple cells in grid

This topic contains 3 replies, has 2 voices, and was last updated by  Dimitar 12 years, 7 months ago.

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

  • Rakesh
    Member

    Team,

    I am looking for multiple cell selection in Grid.

    My selection mode is ‘multiplecellsextended’ but when I select another cells I am loosing my current selection. I need to prevent my selection. let me know if we have any option for this..

    If not,

    How can i identify all the selected cells in my Grid. I am able to get only 1st selected cell.. Need to identify all the cells which are selected.

    Thanks in Advance
    Rakesh


    Dimitar
    Participant

    Hello Rakesh,

    The reported behaviour for the “multiplecellsextended” selection mode is normal. As stated in the documentation:

    ‘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

    To get the selected cells, please use the method getselectedcells.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/


    Rakesh
    Member

    Dear Dimitar,

    Fine with above answer..

    I will select cells from 2,1 to 2,5.. Here Can i identify leave event like when i drop.. In my example at position 2,5 i should identify and Need to do some action for those cells..

    Thanks,


    Dimitar
    Participant

    Hi Rakesh,

    The event cellselect is called for all selected cells. There is no event called only for the last selected cell.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

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

You must be logged in to reply to this topic.