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
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.