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

Clear the Property Description Text

1 Answer 56 Views
PropertyGrid
This is a migrated thread and some comments may be shown as answers.
Rob
Top achievements
Rank 2
Iron
Veteran
Iron
Rob asked on 05 Mar 2013, 06:42 AM
Here is an easy one that has me stumped and I'm sure it will be very simple.

I use a Property Grid to display all the information about a selected record. ( displayed in a rad grid)

As the user selects records in the grid , I populate the property grid by defining a new PropertyStore based on the record selected and then setting this as the SelectedObject. Works well and thanks to your great support, its also Multi Language as well.

The glitch I have is if a user  selects a property ,( Which displays  the Property Description text at the bottom) and then selects a new line, the process of loading a new PropertyStore does not clear the  Property Description text at the bottom. 

How can I clear the  Property Description text?

See easy.. :)

Thanks as always

Rob
 


1 Answer, 1 is accepted

Sort by
0
Accepted
Stefan
Telerik team
answered on 07 Mar 2013, 12:03 PM
Hi Rob,

Thank you for writing.

I can confirm that the text is not cleared and I have logged this case in our 
Public Issue Tracking System. Feel free to add your vote for it here: http://www.telerik.com/support/pits.aspx#/public/winforms/14471.

Here is how to manually clear the text:
radPropertyGrid1.PropertyGridElement.SplitElement.HelpElement.TitleText = "";
radPropertyGrid1.PropertyGridElement.SplitElement.HelpElement.ContentText = "";

Your 
Telerik Points have been updated for this report.

Let us know if you have any other questions or suggestions.
 

Regards,
Stefan
the Telerik team
WinForms Q1 2013 boasts PivotGrid, PDF Viewer, Chart enhancements and more. Check out all of the latest highlights.
Tags
PropertyGrid
Asked by
Rob
Top achievements
Rank 2
Iron
Veteran
Iron
Answers by
Stefan
Telerik team
Share this question
or