Remove selection of Row Column when multi selection done

Hi Team,

We are having a multi selection node feature in our project created using GO(DragCreatingTool). I need to remove my row or column selection in my matrix, whenever user tries to use DragCreatingTool to selct nodes.

Please let me know how we can achieve this.

Thanks
Sreejit

That doesn’t make sense – do you mean DragSelectingTool?

You could override DragSelectingTool.doActivate to call the super method and also remove whatever row and/or column selection that you have implemented.