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 SharePoint web part where we are programatically rendering the web grid.
We have made inline editing enabled for few columns. Using updaterow i can figure out that which row was modified by user but how do i figure out that whether a cell value was modified by user ?
I know on initializerow even i get cell's oldValue and Value , oldText and Text but when on click of some button i try to access cell value for a perticular row the oldValu or oldText is always null !!!!
two questions in nutshell
1) What is the basic different between oldText and oldValue, when to use what
2) How do i get old value of a cell not on intitializerow event but on some server control like button's click event wher at one shot i get alll the modified cell's value ?
Looking forward for some help.
Thanks.
Hello,
As far I know, oldValue and oldText are used in client side. When update, in proper client side event, we can get oldValue and oldText.You could not use in IntializeRow event because those event already called before update ( such as initialize event ). No wonder the value always null.You could not also use in button click server side event because the value was already updated and those properties are designed for client side.
Regards,Handy
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