The idea is add a right click on cell, header, footer to format it.
Any other options/idea is appreciated
1 Answer, 1 is accepted
0
Stefan
Telerik team
answered on 25 Apr 2017, 10:20 AM
Hello Mattia,
I can suggest a custom add a context menu in the Grid. During the close event of the ContextMenu bind an event handler to its open event to prevent the opening of the ContextMenu. Then unbind the event handler inside the setTimeout method:
I made an example demonstrating this implementation. Please have in mind that the example is using jQuery, but the AngularJs implementation is similar: