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

Get SearchBox Control

1 Answer 125 Views
PropertyGrid
This is a migrated thread and some comments may be shown as answers.
Andrew
Top achievements
Rank 1
Andrew asked on 19 Apr 2013, 06:49 PM
When I type anything in the searchbox, the elements in the control are reset, so any custom formatting I have done to the editor templates at runtime are cleared. Is there an event that fires when the search is performed so I know when to reformat all my customizations?  If not, is there a way to attach a textchanged event to the searchbox?

1 Answer, 1 is accepted

Sort by
0
Yoan
Telerik team
answered on 24 Apr 2013, 02:53 PM
Hello Andrew,

Actually, this would be an expected behavior. When performing the search operation, the RadPropertyGrid's fields are reloaded, so any run-time customization will be lost. I can suggest you to use the DataTemplateSelectors instead. Moreover, you can modify RadPropertyGrid's fields in the FieldLoaded event.

Kind regards,
Yoan
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
PropertyGrid
Asked by
Andrew
Top achievements
Rank 1
Answers by
Yoan
Telerik team
Share this question
or