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
How to hide 'Accept all changes' button of webgrid
Hello,
You would need to hide via element. In OnAfterInitialize clientside event, simply set style display as none.
function WebGrid1_OnAfterInitialize() { var grid = ISGetObject("WebGrid1"); grid.GetElement(WG40.STATUSBARCOMMAND, WG40.HTMLROW).childNodes[3].childNodes[0].childNodes[0].childNodes[0].childNodes[1].style.display = "none"; }
Regards,Handy
If you have batch update turned on the grids. If the user clicks Review Pending Changes (Accept All Changes) button is showing. How do you remove it from Review Pending Changes?
You can also hide the option in BatchUpdateSettings property. Simply set AllowReviewChanges property to false.
By doing this they won't be able to review their changes. I just want to disabled or not show the "Accept All Changes" button. Is this possible?
Please follow our KB article in this link. You can learn how to modify the review pending changes form in there.
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