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 have a page in which there is a WebGrid and a Button, when user clicks a button then manually on button_click event i call the PerformBatchUpdate() method. This in-turn calls the BatchUpdate event of WebGrid, everything works great in here.
But when the page is loaded back again after button click then the message of pending changes count and changed colored rows still appears. I want this not to appear once i call the PerformBatchUpdate() method manually.
How can i achieve this?
Thanks,
Huzefa
Hi Huzefa,
Yes, this issue will be solved in the latest 2010 RTM which, will be released in a couple weeks ahead. In a matter of fact, your issue has been fixed. You can get the latest hotfix on WebGrid in here. Please notice that, this built is still a nightly built, and has not been intensively tested. Any feedback regarding this issue will be highly appreciated.
Please let me know if you have any further questions. Thank you and have a nice day.
Best Regards,
Andi Santoso
This is a known issue and has been fixed. You can donwload and apply the latest build in here. Also, I attached you a simple sample on how to PerformBatchUpdate from server side. Here is the snippet on how to do so:
protected void Button3_Click(object sender, EventArgs e) { WebGrid1.PerformBatchUpdate(true, true); WebGrid1.RebindDataSource(); }
I hope it helps. Thank you and have a nice day.
I applied the WebGrid HotFix given by you and everything seemed to work great except for few things.
After Editing, deleting or adding any row in WebGrid the rows are getting updated and pending changes count is also geting reset, but for added rows when the page is rendered again i see 2 rows added, one as a normal row and second as colored row with added row mark in left most of the row.
There is still a problem with added row, please check in the sample i have attached.
Yes, I am able to replicate the issue. It seems that, this is a regression issue. I have fowarded this to our Developer team regarding this particular issue. I will inform you as soon as possible when it has been fixed. Thank you and have a nice day.
Is there no update yet???
The work item regarding this issue is still under investigation of our Developer Team. However, I will keep follow them up and will inform you as soon as I get news from them. Thank you and have a nice day.
Is this issue solved in the latest 2010 build?
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