This is a migrated thread and some comments may be shown as answers.

Cell change tracking.

1 Answer 47 Views
Spreadsheet
This is a migrated thread and some comments may be shown as answers.
Dmitry
Top achievements
Rank 1
Dmitry asked on 01 Oct 2014, 05:35 PM
I need an ability to track changes to the cells. I neet to have an original and new values. Is there a way to implement this?

Thank you!

1 Answer, 1 is accepted

Sort by
0
Nikolay Demirev
Telerik team
answered on 03 Oct 2014, 11:40 AM
Hello Dmitry,

By the time being the RadSpreadsheet exposes only the Worksheet.Cells.CellPropertyChanged event which can be used to track if a some cell property is changed. But you can not get the old value from the event args.

A possible workaround is to track all changes and preserve them in some data structure which will allow you to get the old values.

We will consider implementing this feature for our future releases. I created an item in our Ideas & Feedback Portal where you can track the status of the feature Implement option to track changes of cell properties.

Regards,
Nikolay Demirev
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
Tags
Spreadsheet
Asked by
Dmitry
Top achievements
Rank 1
Answers by
Nikolay Demirev
Telerik team
Share this question
or