Hi,
I'm using the default context menu for the RadGrid in our application. It has all teh features the customer needs but there are 2 little issues:
- The menu item "edit" still appears in the default menu even when Editing is disabled. Shouldn't that be removed automatically?
- The only item(s) I want to remove from the context menu are copy and paste. The user doesn't need to do that and it produces an error when he copies a text or a number into a DateField. Sure I can validate that in the code but I would rather remove the two items.
Is ist possible to remove the items and keep the default menu or do I have to create a custom only because of that?
Thanks
I'm using the default context menu for the RadGrid in our application. It has all teh features the customer needs but there are 2 little issues:
- The menu item "edit" still appears in the default menu even when Editing is disabled. Shouldn't that be removed automatically?
- The only item(s) I want to remove from the context menu are copy and paste. The user doesn't need to do that and it produces an error when he copies a text or a number into a DateField. Sure I can validate that in the code but I would rather remove the two items.
Is ist possible to remove the items and keep the default menu or do I have to create a custom only because of that?
Thanks