Rank: Newbie Groups: Member
Joined: 12/7/2012 Posts: 2
|
The right click is disabled on the web.grid. Is is possible to enable it? I do not see a property to turn it off or on. Is this by design?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi, You can only capture right click by handle the Grid's ClientSideOnContextMenu client side event. Here is a sample demonstrating how to display a context menu using this event: http://demo.essentialobjects.com/Demos/Grid/Features/Context%20Menu/Demo.aspxHowever you do not have to display a context menu. I believe you can perform whatever other task you wish to perform in this handler. Thanks!
|