or

.RadDock .rdTitleBar { text-align: left; } .RadDock .rdCenter .rdCommands { float: left !important; } .RadDock .rdTitleBar em { float: right !important; }MyController = function (KeyID_ast, Grid_aob, ContextMenu_aob) { var _KeyVal_ain; Grid_aob.ClientSettings.ClientEvents.OnRowContextMenu = function (sender, args) { args.get_tableView().selectItem($get(args.get_id())); ContextMenu_aob.show(args.get_domEvent()); _KeyVal_ain = args.getDataKeyValue(KeyID_ast); }}<telerik:RadWindowManager ID="RadWindowManager1" runat="server" Modal="True" AutoSize="True" ></telerik:RadWindowManager>Hi,
I am using RadEditor control in my website but not able to load the editor when I run the site.
Previously I was using .Net 2.0 and telerik version 2011.1.413.40 but as I mentioned in the this link
http://www.telerik.com/community/forums/aspnet-ajax/vs-extensions/314574.aspx I followed the instruction
and now I am facing the problem as "ASP.NET Ajax client-side framework failed to load." --Syntax error
for ScriptResource.axd and Telerik.Web.UI.WebResource.axd
The TargetFramework setting of my project is: .Net Framework 4;
The version of the Telerik.Web.UI assembly is: Product Version: 2011.1.413.40
Please help me in solving this issue.
Thanks
