Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
495
IsDirty() property on a GridRecord
posted

Hello,

I've got a grid where AutoCrud is turned off and enable data view state is true.  I can add and update record in my grid, but I'd like to use the IsDirty flag to only write data for records that have changes.  I see when I add a record to the grid through JavaScript or edit an existing record in the grid, the text turns to italics to indicate a change.  Can that indicator be picked up when looping through the rows of the grid?  I assumed the IsDirty() flag would indicate a change has been made in a GridRecord, but maybe not?

Any help would be appreciated.

Jeff