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
Dear all,
Please help to provide a sample to show how to hide the help option on contextmenu and webgrid.
Many Thx.
Hi Kenneth
To hide the help option in WebGrid, simply set the AlwaysShowHelpButton property in LayoutSettings to false. But to hide the help option in WebGrid context menu, you need to add this code in your clientside:
function WebGrid1_OnRowContextMenu(controlId, rowType, rowElement, menuObject) { var WebGrid1 = ISGetObject(controlId); menuObject.Items.GetNamedItem("mnuHelp").Hide(); /* to remove the help context menu */ return true; }
I also attach the sample for you. Hope it helps.
Regards,
Lili Khiung
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