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 in our SharePoint web part where we are rendering the grid programatically.
Our grid is editable and one of the feature i am looking for is to identify only those web grid rows where user has either added new data or modified existing data.
How do i identify this on server side ?
Thanks.
Yes, that was helpful. But is not there a way where on click of some button placed out side the grid i can get list of such modified rows ?
Or as you mentioned the only way is to mange list of such rows on my own ?
Hi,
Unfortunately, It could not be done via button click. Insert,delete and update operation have already finished before clicked the button. That's why when we tried to get changes or cahce, they will always return null. The possible way, you will need to manage the list manually. My suggestion, you can save each modification in each event which I already told you into some hidden fields. When you clicked a button, you can load the saved list. Hope this helps.
Regards,Handy
Hello,
In each Insert,Update or Delete operation, you can identify the currect to on server side with AddRow,DeleteRow, and UpdateRow server side event. You can look into e.Row properties.
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