iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
I am trying to disable Export Data option from the Context menu. I still want the export option to appear in the Webgrid status bar.
Hi Dhaval,
By setting AllowExport="Yes", the Export option will exist in both Context Menu and WebGrid's footer. If you want to disabling Export menu in WebGrid's Context Menu, you can use the following snippet :
function WebGrid1_OnRowContextMenu(controlId, rowType, rowElement, menuObject) { var WebGrid1 = ISGetObject(controlId); menuObject.Items.GetNamedItem("mnuExport").Disable(); return true; }
in case you want to hide the Export menu, you can change the Disable() into Hide().
I hope this could help.
Best regards,
Julia
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname