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
I need to undo all changes With batch update enabled. This is what i did ...
ISGetObject("WebGrid1").RootTable.UndoChanges(true)
This restores the changes from the grid but the 'Review panel' in status bar still shows ' X Pending Change(s)'. It should be '0 Pending Change(s)'.
How can i refresh 'Review Panel'?
Thanks
Zahid
Hi Zahid,
I suggest you to manage this in WebGrid level using this way:
function Button1_onclick() { var grid = ISGetObject("WebGrid1"); grid.UndoAllChanges(); }
Hope this helps.
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