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

EmptyContent

2 Answers 54 Views
ConversationView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Wayde
Top achievements
Rank 1
Wayde asked on 26 Jul 2012, 06:17 PM
Hi, it does not appear to be possible to set the empty content string. Is this going to be implemented in another version? I need to change the text that says "No data to display" when the control is empty.

2 Answers, 1 is accepted

Sort by
0
Victor
Telerik team
answered on 27 Jul 2012, 07:08 AM
Hi Wayde,

Thanks for the feedback.
The conversation view uses RadJumpList internally so we'll expose the empty content related properties in the next release.
For now you can simply Inherit from RadConversationView. Then, override the OnApplyTemplate method and call this.GetTemplatePart<RadDataBoundListBox>("PART_ListBox"); and use the result to tweak the empty content.
Please write again if you have more feedback, we appreciate it.

Regards,
Victor
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Wayde
Top achievements
Rank 1
answered on 30 Jul 2012, 09:08 PM
Thanks, this worked perfectly.
Tags
ConversationView
Asked by
Wayde
Top achievements
Rank 1
Answers by
Victor
Telerik team
Wayde
Top achievements
Rank 1
Share this question
or