I have a strange situation. I run 2009 Q1, on XP-pro dev box with VS2008. I tried to run designer DLL from bin and from GAC and have the same result. The runtime is perfect but the designers crashed if I use not auto-generated columns. If I have my custom columns then change of any grid property via designer replaces the tag:
<telerik:GridBoundColumn> ( works fine)
With tag:
<Telerik.Web.UI.GridBoundColumn> ( dose not work)
With designer error message that the GridColumnsCollection can't find the items of type Telerik.Web.UI.GridBoundColumn.
Would you please advise where this comes from?
The problem began when I converted my trail version into the fully licensed version. I did follow all instruction how to do it, in fact I did it multiple times, including a complete uninstall all Telerik components and install the new licensed package.
Thank you.
| var wnd=this.clone(_37,_38); |
| this._windows[this._windows.length]=wnd; //error occurs here |
| wnd.set_windowManager(this); |
| Page.ClientScript.RegisterClientScriptBlock(Me.GetType(), "Popup", "<script>alert('hello world');</script>") |
this is the code for radAjaxmanager
| <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server"> |
| <AjaxSettings> |
| <telerik:AjaxSetting AjaxControlID="txtCompanyname"> |
| <UpdatedControls> |
| <telerik:AjaxUpdatedControl ControlID="txtStorefrontURL" LoadingPanelID="LoadingPanel1" /> |
| <telerik:AjaxUpdatedControl ControlID="lblchkStoreExist" /> |
| </UpdatedControls> |
| </telerik:AjaxSetting> |
| <telerik:AjaxSetting AjaxControlID="txtStorefrontURL"> |
| <UpdatedControls> |
| <telerik:AjaxUpdatedControl ControlID="lblStoreExist" /> |
| <telerik:AjaxUpdatedControl ControlID="txtStorefrontURL" LoadingPanelID="LoadingPanel1" /> |
| </UpdatedControls> |
| </telerik:AjaxSetting> |
| </AjaxSettings> |
| </telerik:RadAjaxManager> |
| <telerik:RadAjaxLoadingPanel ID="LoadingPanel1" runat="server"> |
| <img src='<%= RadAjaxLoadingPanel.GetWebResourceUrl(Page, "Telerik.Web.UI.Skins.Default.Ajax.loading2.gif") %>' |
| alt="Loading..." style="border: 0;" /> |
| </telerik:RadAjaxLoadingPanel> |
I had put the radScriptmanager at the top of of all teh controls
| <telerik:RadScriptManager ID="RadScriptManager1" runat="server"> |
| </telerik:RadScriptManager> |
But I am gettingjavascript error "Sys undefined".
May i know i may be missing.
Thanks
Parvati