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

Property Grid and Checkboxes

1 Answer 269 Views
PropertyGrid
This is a migrated thread and some comments may be shown as answers.
Daniel
Top achievements
Rank 1
Daniel asked on 23 Apr 2014, 06:45 AM
Hi,

I'm using RadPropertyGrid and also the items consists of checkboxes.
So, does checkbox fire the event of EditorInitialized when clicked ?
Or maybe how do I invoke the event of EditorInitialized when using checkboxes in the PropertyGrid ?

Regards,
Daniel

1 Answer, 1 is accepted

Sort by
0
Ralitsa
Telerik team
answered on 25 Apr 2014, 07:12 AM
Hi Daniel, 

Thank you for contacting us. 

The EditorInitialized event is not fired when click on CheckBox in RadPropertyGrid. The CheckBox editor is a permanent editor which means that it has no active edit mode/inactive edit mode. It is always active for editing. You can use the PropertyValueChanging and PropertyValueChanged events which are fired when clicking on CheckBox.  

Should you have further questions, I would be glad to help.  

Regards,
Ralitsa
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
PropertyGrid
Asked by
Daniel
Top achievements
Rank 1
Answers by
Ralitsa
Telerik team
Share this question
or