There are some compatibility issues which we are facing corresponding to the Radtreeview in IE 11 browser. We are getting a JavaScript error on a particular function which is called on the "OnClientNodeClicking", due to which the page is not rendering in the IE 11 browser. However, the same page is rendering fine without any JavaScript error on IE 8.
Please provide a solution for this

I'm having difficulty finding a way to accomplish what I want to do.
My Webform has the following controls on it:
1. RadTextBox
2. RadButton
3. RadGrid
Very simple. The user is prompted (RadTextBox) to enter the first letters of the customer name that they would like to view (RadGrid). When they click on the view button (RadButton), the code behind executes in button click event to query the data and executes a .Rebind to refresh the RadGrid. That all works very well. My problem is that I'm trying to find a way to empty the RadGrid datasource when the user clicks back into the RadTextBox and it receives focus. I found a few lines of Javascript in another post on the Telerik forms.
Here is the script:
var masterTable = $find("<%= RadGrid_CustData.ClientID %>").get_masterTableView();
masterTable.set_dataSource([]);
masterTable.dataBind();
I am able to execute this javascript code from a client-side button click event, but it fails when I try to execute it from the RadTextBox OnFocus client event.
Does anyone have any ideas on how I can accomplish this ?
Thank you

Hi,
I'm trying to create a multi-column dropdown list based on this example: Telerik APS.Net ComboBox Demo. My problem is I'm getting my data back as a DataSet, it's not a DataSource, and I'm unclear as to how to bind the dataset to the control. I tried using the evals etc as described in the example, but I get an error DataSource expected.
Any help would be greatly appreciated.
Rodney
Hi, i faced 2 problems
1. Error: Web.config registration missing! The Telerik dialogs require a HttpHandler registration in the web.config file.
I tried all the method as shown in the article, it still face the same problem. http://www.telerik.com/support/kb/aspnet-ajax/editor/details/error-web-config-registration-missing!-the-telerik-dialogs-require-a-httphandler-registration-in-the-web-config-file-
2. I got error page when i want to edit the page in Sharepoint 2013. It prompt me "Object reference not set to an instance of an object."
Please help. Thank you.
Hi Telerik Team,
heres my issue i have been working with detailtables on my sistem for a school the what it supposed to do its show me the grades of the students and i have a button outside the grid to export that to excel the thing is that the table needs to be expanded to show the grades because the student data its the parent part and the grades are the child 2 days ago it worked now only one record from the table wont expand(automatically or pushing the lil arrow) but all the 200 records from the same sqldatasource works and since that one wont expand i cant export it what could it be? thanks.
I'm using a Telerik maskedtextbox. Let say the mask is '#####'.
I can enter 1-5 digits and all is good.
If I add a RegularExpressionValidator to the field, it will always fail unless I enter exactly the amount of digits specified in the mask.
ex.
just the maskedtextbox with mask '#####', I can enter 1, 11, 111, 1111, 11111 and all is good.
If I add a RegularExpressionValidator, it fails unless the input is 11111.
Hi,
The message in the ShowMoreResults box doesn't seem to appear with the latest official release (2017.1.228.45).
It's easy to see using a very simple project with a combobox loading progressively from a web service - if you use an earlier version of the Telerik libraries the message appears, and then if you simply swap in the latest version the message no longer appears.

Hi,
My question is in continuation to the post here:
http://www.telerik.com/forums/radeditor-and-jquery-dialog#XU8vpR6BrEmEhKLz7S5qSA
my radeditor inside the dialog is uneditable. I have a parent page and the jquerydialog is in that page. The dialog loads another page, which has RADeditor in it. Calling OnParentNodeChanged in the parent page will not work as the editor is not recognizable there. What can be done?
Thanks.
Anandi

html, body, form, RadPageView{ height: 100%; margin: 0px; padding: 0px; overflow: hidden;} .ContentPane { height: auto !important; }<div id="ParentDivElement" style="height: 100%;"> <telerik:RadSplitter ID="MainSplitter" runat="server" Height="100%" Width="100%" Orientation="Horizontal" Skin="Outlook"> <telerik:RadPane ID="TopPane" runat="server" Height="100" MinHeight="85" MaxHeight="150" Scrolling="none"> </telerik:RadPane> <telerik:RadSplitBar ID="RadsplitbarTop" runat="server" CollapseMode="Forward" /> <telerik:RadPane ID="MainPane" runat="server" Scrolling="none" MinWidth="500"> <telerik:RadSplitter ID="NestedSplitter" runat="server" Skin="Outlook" LiveResize="true"> <telerik:RadPane ID="LeftPane" runat="server" Width="200" MinWidth="150" MaxWidth="400"></telerik:RadPane> <telerik:RadSplitBar ID="VerticalSplitBar" runat="server" CollapseMode="Forward" /> <telerik:RadPane ID="ContentPane" runat="server" CssClass="ContentPane"> <telerik:RadTabStrip ID="RadTabStrip1" runat="server" MultiPageID="RadMultiPage1" SelectedIndex="0"> <Tabs> <telerik:RadTab Text="Grid" Value="Grid1"></telerik:RadTab> <telerik:RadTab Text="Chart" Value="Chart1"></telerik:RadTab> <telerik:RadTab Text="Grid_Chart" Value="Grid_Chart"></telerik:RadTab> </Tabs> </telerik:RadTabStrip> <telerik:RadMultiPage ID="RadMultiPage1" runat="server" SelectedIndex="0"> <telerik:RadPageView ID="RadPageView1" runat="server"></telerik:RadPageView> <telerik:RadPageView ID="RadPageView2" runat="server"> <div id="Div1" style="height: 100%;"> <telerik:RadSplitter ID="RadSplitter_Chart" runat="server" Orientation="Horizontal" Height="100%" Width="100%"> <telerik:RadPane ID="RadPane_Chart_Header" runat="server" Height="40">RadPane_Chart_Header</telerik:RadPane> <telerik:RadPane ID="RadPane_Chart_Main" runat="server" CssClass="RadPane_Chart_Main">RadPane_Chart_Main <telerik:RadGrid ID="RadGrid3" runat="server"></telerik:RadGrid></telerik:RadPane> <telerik:RadPane ID="RadPane1" runat="server" Height="50">RadPane_Chart_Header</telerik:RadPane> </telerik:RadSplitter></div> </telerik:RadPageView> <telerik:RadPageView ID="RadPageView3" runat="server"></telerik:RadPageView> </telerik:RadMultiPage></telerik:RadPane> </telerik:RadSplitter></telerik:RadPane> </telerik:RadSplitter> </div>