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
we are using WebGrid 7.0 in SharePoint WebPart where we are rendering the grid programaticaly.
Our Grid is self refrenced grid.
I have enabled BatchUpdate and inline editing.
Now i dont want user to click on Acept All Changes button in the grid status bar and instead want them to click on ASP.NET server side button control placed below the grid to save all batch updates.
I have attached a client side javascript on the asp.net button which is something similar to mentinoed below
function AcceptChangesAndDoBatchUpdate() { var interSoftWebUIGrid = ISGetObject(interSoftWebUIGridClientID); if(interSoftWebUIGrid != null) { interSoftWebUIGrid.AcceptAllChanges(); } return true; }
interSoftWebUIGrid.AcceptAllChanges() statement in above javascript does call server side BatchUpdate event where i will be saving batch update by accessing grid's pending changes. But to my suprise even after calling AcceptAllChanges method , grids updates are not accepted and it does not reflect changes in the grid. My Status bar still keeps showing (#) of pending changes .
Any idea ?
Thanks.
Hi Gaurav,
Forgive me, however, I am not able to replicate the issue of yours. Here, I attached you my running sample and a video that replicate the scenario of yours. However, the AcceptAllChanges method runs nicely in my end. I was wondering if I am missing something.
Thank you and have a nice day.
Best Regards,
Andi Santoso
Hello Andi,
Please find my attached sample code which DOES REPRODUCE THE ISSUE which i have reported. For your information i have been following up with Yudhiy Ariawan on a bug which was there in your web grid regarding batch update and i thing the work item number was #676.
Along with sample application i have attached the night build (hotfix) sent by Yudhiy and i want you to please test the application with those set of DLLs. I am able to reproduce the issue and i am sure you should also be.
FYI: Grid's out of the box feature of Accept all changes button works fine but calling AcceptAllChanges method explicitly does not work as expected.
Please treat this as very urgent as we have been stuck with this batch update issue for almost two weeks now.
Looking forward to hear from you.
Regards.
I am able to replicate the issue, I will inform Yudhiy regarding this and also follow this up to our developer. I will inform you as soon as possible as I get news from them. And also, I will treat this work item as a high priority.
Glad that you were able to reproduce. Please treate this as urgent fix and let me know once you hear from your development team.
Thank you.
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