paramquery / grid

jQuery grid plugin based on jQueryui widget design
paramquery.com
GNU General Public License v3.0
543 stars 255 forks source link

How to select multiple cells in the free version #142

Closed Shankarm3 closed 6 years ago

Shankarm3 commented 6 years ago

I need to select multiple cells in column then need to perform some action by getting all the selected cell values. SelectChange event is there but it is being called after every cell select. Is there a way to perform multiple cell in single column and then perform the action based on the selection.

Shankarm3 commented 6 years ago

Resolved...I have done this with some jquery code written my self to customize the functionality. We just need to add extra class on the selectChange event. Like adding "dragged" class and customize this class to appear it as highlighted. We need to play with selectChange and cellClick events. I have done multiple selection and showing a context menu on right clicking the selected cell as per my requirement with free version.