Closed Shankarm3 closed 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.
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.