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

Show message if the item source is null

1 Answer 105 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Vasanth
Top achievements
Rank 1
Vasanth asked on 18 Nov 2013, 03:52 PM
Hi

I have designed a tree view and i have bind the item source to the tree view. I need to show no records found message when the item source is null or count is 0.

Can any one help me in this is issue. Please let me know ASAP. I am waiting

Thanks :)

1 Answer, 1 is accepted

Sort by
0
Milena
Telerik team
answered on 21 Nov 2013, 09:45 AM
Hello Vasanth, 

The RadTreeView is a collection of RadTreeViewItems. If  this collection is empty, nothing would be displayed. So, if you need to display a message when the RadTreeViewItems collection is empty, you can write a custom logic for this. For example you may use a TextBlock. You should bind its Text property to the ItemSource of the RadTreeView through a Convertor. So when the ItemSource is null or empty, the converter can return a string: "No records found" otherwise the Text of the Textblock should be empty.

I hope this information helps.

Regards,
Milena
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
TreeView
Asked by
Vasanth
Top achievements
Rank 1
Answers by
Milena
Telerik team
Share this question
or