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
Hi
In Webgrid Version 7, I need to hide the 'Accept all changes' button from the status bar. How can i do that?
Thanks
Zahid
Currently, WebGrid does not have a property or function to hide the [Accept All Changes] button from the status bar. However, a workaround is available by accessing the button element and set the css display style to none. This workaround should be implemented during OnInitialize client side event. Here is the snippet:
function InitializeGrid(gridId) { var grid = ISGetObject(gridId); grid.GetElement(WG40.STATUSBARCOMMAND, WG40.HTMLROW).cells[3].childNodes[0].childNodes[0].childNodes[0].childNodes[1].style.display = "none";}
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