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
In the grid, on the right click context menu, i do not want the "show client help" item. How can i remove this? Also tell me if i want to change the "Refresh Grid" to "Refresh". How can i do this?
Hi,
You can use the following code in OnRowContextMenu client side event:
function WebGrid1_OnRowContextMenu(controlId, rowType, rowElement, menuObject) { var WebGrid1 = ISGetObject(controlId); menuObject.Items.GetNamedItem("mnuHelp").Hide(); menuObject.Items.GetNamedItem("mnuRefresh").Text = "Refresh"; return true; }
Best Regards,
Gordon Tumewu
for help menu item name is "mnuHelp", what can i get the details for other items?
We dont have the list of contextmenu names but you can check it by debug the menuObject.Items.
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