5 Answers, 1 is accepted
0
Accepted
Hi Paolo,
We are considering of implementing EmptyDataTemplate in the RadGridView out of the box in the future, Right now you can work around this manually. Attached I am sending you a sample which illustrates how to go about doing so.
I hope this works.
Sincerely yours,
Kalin Milanov
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
We are considering of implementing EmptyDataTemplate in the RadGridView out of the box in the future, Right now you can work around this manually. Attached I am sending you a sample which illustrates how to go about doing so.
I hope this works.
Sincerely yours,
Kalin Milanov
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Ravindranath Wickramanayake
Top achievements
Rank 1
answered on 16 Feb 2010, 10:25 PM
this.RadGridView1.ChildrenOfType<TextBlock>().Where(tb => tb.Name == "EmptyDataPresenter").FirstOrDefault();
Where is ChildrenOftype in silverlight radGridView can't find it
Where is ChildrenOftype in silverlight radGridView can't find it
0
Hi,
This is extension method part of Telerik.Windows.Controls namespace.
Greetings,
Vlad
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
This is extension method part of Telerik.Windows.Controls namespace.
Greetings,
Vlad
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
cbondeson
Top achievements
Rank 1
answered on 04 Mar 2010, 07:19 PM
Hello, I am trying to do the same thing in version 2009.3.1314.1030 of the DLLs and there is no longer a GridViewItemsControl control that would be needed for the template, can you tell me know it would be done now? Thank you.
0
Hi cbondeson,
Greetings,
Milan
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Could you please take a look at this blog post - contains up to date information.
Greetings,
Milan
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
