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 use the grid with Batch Update.
After adding new Records I want check on Client Side Event "OnAcceptAllChanges" whether duplicate entries are present.
Is there a function (Client Side) with which I can scan the cell values?
Best regards
Michael
Unfortunately, there is no find-method in the current build of WebGrid 7.May be you can submit this as feature request.
Thank you for your response.
WebGrid enhances its client side events by adding a method to get all pending changes. You can get all changes in WebGrid that made during BatchUpdate operation by simply using:
function WebGrid1_OnAcceptAllChanges(controlId) { var WebGrid1 = ISGetObject(controlId); WebGrid1.GetChanges(); //you can implement your own verification script in here return true; }
function WebGrid1_OnAcceptAllChanges(controlId) {
var WebGrid1 = ISGetObject(controlId);
WebGrid1.GetChanges();
//you can implement your own verification script in here
return true;
}
GetChanges() method will returns collection of object WebGridRowChanges. You can implement your own verification script to check whether duplicate entries are present in here.
Hope this help.
Hi Yudi
Thanks for your tip.
I just wanted to know if there are a find-method.
Best Regards
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