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

Setting validation states on cells

1 Answer 43 Views
Spreadsheet
This is a migrated thread and some comments may be shown as answers.
Edward
Top achievements
Rank 1
Edward asked on 06 Jun 2014, 07:53 PM
Is it possible to set cells in the radspreadsheet as invalid?
Or to mock this anyway, by setting the cell styles (for e.g. red background or red border)?
And if the latter to lock the style of the cell only so that user cannot change it?

Examples?

Thanks.

1 Answer, 1 is accepted

Sort by
0
Deyan
Telerik team
answered on 11 Jun 2014, 08:36 AM
Hello Edward,

Thank you for contacting us about this issue.

In order to help you achieve this behaviour we have created a demo project, which I hope will cover most of your needs. I am attaching this project so that you can download it.

Let me describe the demo with a few words.
  • The project uses class called DataValidator. An instance of this class listens to CellsPropertyChanged event.
  • When some cells property is changed DataValidator checks whether the cell should be validated (based on the changed property name) and sets either Green or Red background depending on whether the cells content is valid or not.
  • At the MainPage an instance of the DataValidator is used to validate the RadSpreadsheet control.

 I hope this information is helpful! If you have any other questions or concerns please do not hesitate to contact us again.

Regards,
Deyan
the Telerik team
 
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
Edward
Top achievements
Rank 1
Answers by
Deyan
Telerik team
Share this question
or