This is happening on a single page within the site. There are many other pages that use the Telerik controls and they are working correctly.
On the problem page, a RadTreeView control is populated from a database. When a node is selected, a RadGrid is updated with corresponding data.
When the Add New Record option on the grid is selected, it takes about 30 seconds for the page to go into edit mode. Once there, neither the date select control or any of the drop down controls work. Clicking on any of them generates two JavaScript errors:
Sys is not defined
and
Telerik is not defined.
The ASPX file has this line: <%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
And the .CS file has a using Telerik.Web.UI; statement.
As I mentioned, there are many other pages using Telerik controls successfully, including the grid control. It's just this one page.
I've searched the formum, but all the solutions seem to revolve around not having the application configured correctly. Given that other pages are working correctly, I don't think that's the problem.
I'd appreciate any other ideas.
Thank much!
/Mark Bernard
On the problem page, a RadTreeView control is populated from a database. When a node is selected, a RadGrid is updated with corresponding data.
When the Add New Record option on the grid is selected, it takes about 30 seconds for the page to go into edit mode. Once there, neither the date select control or any of the drop down controls work. Clicking on any of them generates two JavaScript errors:
Sys is not defined
and
Telerik is not defined.
The ASPX file has this line: <%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
And the .CS file has a using Telerik.Web.UI; statement.
As I mentioned, there are many other pages using Telerik controls successfully, including the grid control. It's just this one page.
I've searched the formum, but all the solutions seem to revolve around not having the application configured correctly. Given that other pages are working correctly, I don't think that's the problem.
I'd appreciate any other ideas.
Thank much!
/Mark Bernard