I am using the RowChanged event to determine when a row is added, deleted and modified.
Everything is working perfectly except that I only want to invoke the back-end service layer to apply my 'change' when the row is entirely updated instead after each cell.
If I use RowValidated or RowValidating I lose the state of the row (added, updated, deleted)..
Any advice is appreciated.
Winforms Telerik version: 2013.1.321.40
thanks
Everything is working perfectly except that I only want to invoke the back-end service layer to apply my 'change' when the row is entirely updated instead after each cell.
If I use RowValidated or RowValidating I lose the state of the row (added, updated, deleted)..
Any advice is appreciated.
Winforms Telerik version: 2013.1.321.40
thanks