Rank: Member Groups: Member
Joined: 11/25/2008 Posts: 22
|
is there a way to clear out the "cell modified" status from the changed items in a grid. I use it to kick of a transaction but if the user refreshes the page the information is sent again because the cells still have a true status for cell mofified.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, I don't believe you need to do anything special to clear the status. It is automatically cleared. You can verify it from this sample: http://demo.essentialobjects.com/Demos/Grid/Features/Edit%20Grid%20Data%20-%20Excel%20Style/Demo.aspxIf you modify some cell then click "Post Back", you will see it displays a list of changed cells. However if you click "Post Back" again, it will say "no item has changed". That means all cell modified status have already been reset. Thanks!
|