Hello,
The RadGrid for ASP.NET AJAX provides a NoRecordsTemplate. It is used when no records are available and provides an easy and no-code way of telling the user that "No data is available".
What is the recommended way to achieve this in the Silverlight? Will a similar feature be added in the future?
Thanks.
The RadGrid for ASP.NET AJAX provides a NoRecordsTemplate. It is used when no records are available and provides an easy and no-code way of telling the user that "No data is available".
What is the recommended way to achieve this in the Silverlight? Will a similar feature be added in the future?
Thanks.
7 Answers, 1 is accepted
0
Accepted
Hi,
Unfortunately we don't have such in the just released Q3 however we will do our best to add this for the first service pack.
Regards,
Vlad
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Unfortunately we don't have such in the just released Q3 however we will do our best to add this for the first service pack.
Regards,
Vlad
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
devster
Top achievements
Rank 1
answered on 27 Jan 2010, 08:44 AM
Any news on the addition of the NoRecordsTemplate in Silverlight RadGridView?
0
Hello dev,
Since this has become a frequently requested feature lately,I am going to post an online article demonstrating how to easily achieve this with an attached behavior. I will update you with the link as soon as it is online (expected tomorrow noon ) .
Regards,
Pavel Pavlov
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Since this has become a frequently requested feature lately,I am going to post an online article demonstrating how to easily achieve this with an attached behavior. I will update you with the link as soon as it is online (expected tomorrow noon ) .
Regards,
Pavel Pavlov
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Hello dev,
A quick update :
I have posted the online example here .
In case you have troubles adapting this approach to your project , just let us know.
Kind regards,
Pavel Pavlov
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
A quick update :
I have posted the online example here .
In case you have troubles adapting this approach to your project , just let us know.
Kind regards,
Pavel Pavlov
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Trent Jones
Top achievements
Rank 1
answered on 29 Mar 2011, 03:32 PM
Is this now available in Q32010? I can't find documentation on how to at least achieve the same.
0
Hi Trent Jones,
This is not available as internal feature of RadGridView. You can achieve this with a few lines of external code as demonstrated in this blogpost.
Do not hesitate to contact me in case you need assistance in adapting this approach to your scenario.
Kind regards,
Pavel Pavlov
the Telerik team
This is not available as internal feature of RadGridView. You can achieve this with a few lines of external code as demonstrated in this blogpost.
Do not hesitate to contact me in case you need assistance in adapting this approach to your scenario.
Kind regards,
Pavel Pavlov
the Telerik team
0
Trent Jones
Top achievements
Rank 1
answered on 29 Mar 2011, 04:19 PM
Does the blog post work the same if it is a hierarchical template and a child set is empty?