Hi!
I have a page with a RadGrid. ClientSettings section of the grid contains
Everything has worked perfectly with RadGrid 2009 Q2. But when I installed version 2009.3.1314 I found that my RadGrid displays "No records to display" message even if some records exist. So, I see my records and "No records to display" message at the bottom of the grid. After quick research I found that it is because of item <ClientEvents OnCommand="RadGridCommand" />. When it is commented the grid works fine (I mean, without "No records to display"), but this element is essential to handle some client-side events.
Could you help me to solve this problem?
Thank you in advance
I have a page with a RadGrid. ClientSettings section of the grid contains
<ClientEvents OnCommand="RadGridCommand" /> |
Could you help me to solve this problem?
Thank you in advance
7 Answers, 1 is accepted
0
Accepted
Hello Foenix,
Indeed this problem exists in our latest official service pack. Our developers already addressed it and you can try the latest internal build for the fix.
Regards,
Pavel
the Telerik team
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
Indeed this problem exists in our latest official service pack. Our developers already addressed it and you can try the latest internal build for the fix.
Regards,
Pavel
the Telerik team
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
0

Foenix
Top achievements
Rank 1
answered on 09 Feb 2010, 04:04 PM
Thank you for your response!
I downloaded latest hotfix, tested it, and found that this problem is solved. Thank you very much.
For now I have only one question: could you tell me when the new stable version will be released?
Thank you in advance.
I downloaded latest hotfix, tested it, and found that this problem is solved. Thank you very much.
For now I have only one question: could you tell me when the new stable version will be released?
Thank you in advance.
0
Hello Foenix,
The next official release (Q1 2010) is scheduled for the end of February. We will have a preview beta which should be available by the end of next week.
Sincerely yours,
Pavel
the Telerik team
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
The next official release (Q1 2010) is scheduled for the end of February. We will have a preview beta which should be available by the end of next week.
Sincerely yours,
Pavel
the Telerik team
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
0

Kevin McGinnis
Top achievements
Rank 1
answered on 12 Mar 2010, 03:11 PM
Gentlemen:
I have recently encountered the same bug (version 2009 Q3, 3.1314.35). Unfortunately, due to the size and scope of the SharePoint application that the Telerik controls are embedded in, it is not possible for us to upgrade to the most current version of Telerik.
I have confirmed that by removing the ClientSettings block in our application, the "No records..." message is displayed correcty. (See our snippet below).
Is there some work-around you can suggest that would allow the client event to be bound, AND the "No records..." message to display appropriately?
Thanks in advance,
-Kevin
I have recently encountered the same bug (version 2009 Q3, 3.1314.35). Unfortunately, due to the size and scope of the SharePoint application that the Telerik controls are embedded in, it is not possible for us to upgrade to the most current version of Telerik.
I have confirmed that by removing the ClientSettings block in our application, the "No records..." message is displayed correcty. (See our snippet below).
Is there some work-around you can suggest that would allow the client event to be bound, AND the "No records..." message to display appropriately?
<ClientSettings> |
<ClientEvents OnRowDeleting="AttachmentsGrid_RowDeleting" OnCommand="AttachmentsGrid_RowDeleting" /> |
</ClientSettings> |
Thanks in advance,
-Kevin
[ Show » ]
Kevin McGinnis added a comment - 11/Mar/10 05:07 PM Posted the following message on Telerik Forums: Gentlemen: I have recently encountered the same bug (version 2009 Q3, 3.1314.35). Unfortunately, due to the size and scope of the SharePoint application that the Telerik controls are embedded in, it is not possible for us to upgrade to the most current version of Telerik. I have confirmed that by removing the ClientSettings block in our application, the "No records..." message is displayed correcty. (See our snippet below). Is there some work-around you can suggest that would allow the client event to be bound, AND the "No records..." message to display appropriately? <ClientSettings> <ClientEvents OnRowDeleting="AttachmentsGrid_RowDeleting" OnCommand="AttachmentsGrid_RowDeleting" /> </ClientSettings> Thanks in advance, -Kevin
0
Hello Kevin,
I am afraid that there is no way to workaround this. The only way is to update the Telerik.Web.UI.dll.
Kind regards,
Pavel
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.
I am afraid that there is no way to workaround this. The only way is to update the Telerik.Web.UI.dll.
Kind regards,
Pavel
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

Rama
Top achievements
Rank 1
answered on 24 Nov 2010, 07:15 AM
Hi,
I have a DotNetNuke page with RadGrid. The installed version is 2009.1.311.20. The Radgrid displays "No Records to Display" even if Records exists. The records won't get displayed and "No Records to Dispaly" message gets displayed in the Grid. No Clienevents command has been set for the RadGrid. The user logs out and then logs in again and the RadGrid works fine for some time. Again the problem ocurs.
Can you help me in finding out the solution for this
Thanks
I have a DotNetNuke page with RadGrid. The installed version is 2009.1.311.20. The Radgrid displays "No Records to Display" even if Records exists. The records won't get displayed and "No Records to Dispaly" message gets displayed in the Grid. No Clienevents command has been set for the RadGrid. The user logs out and then logs in again and the RadGrid works fine for some time. Again the problem ocurs.
Can you help me in finding out the solution for this
Thanks
0
Hello Rama,
Can you reproduce the same problem if you put the Grid outside the DNN module? Also please provide more details about your code/markup, so we can get a better idea of your scenario and investigate further.
All the best,
Pavel
the Telerik team
Can you reproduce the same problem if you put the Grid outside the DNN module? Also please provide more details about your code/markup, so we can get a better idea of your scenario and investigate further.
All the best,
Pavel
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.