Nested Custom User control with MaskedTextBox
Let me change the code a bit so that it is easier to understand. private void ThirdControl_Load(object sender, EventArgs e){...
View ArticleDisable scroll of listview
Hi,If the items get over flow in the telerik listview it will start scrolling of itself. Due to this parent level content does not get over flown which does not enable the scrolling at the page level....
View ArticleAllow cached ajax window content
Hi Alex,thanks! This saves me a lot of headaches. I deleted the feature request from kendoui-feedback.Regards,Kasimier Buchcik
View ArticleRemoving Achnor on Grid Editor Template
Hello,I currently have a grid in my application that has a custom editor template. This template has the default window close, update, and cancel that the editor template provides. I noticed that when...
View ArticleLine breaks as I type
In an application I work on, a developer has recently added replaced a couple regular Microsoft multiline textboxes with Telerik RichTextBoxes. In one instance, it works fine. In another instance the...
View ArticleScripts errors with RadScriptManager and jquery
Hello. I'm trying to get a page in our app to utilize a more recent version of jQuery, but am getting the exact same error outlined in this thread. We're running version 2013.3.1114.40 of the ASP.NET...
View ArticleSelecting Pie Chart slice in code
So I know the SelectionBehavior() for the RadListView has the option to set a selected item in code (changeIsSelected) but is there a similar function in the ChartSelectionBehavior? I have a Pie Chart...
View ArticleHorizontal indent of rows
An inelegant hack to solve this problem is to dynamically adjust the margins in the CellLoaded event. This worked for me.privatevoid_treeView_CellLoaded(objectsender,...
View ArticleIs it possible to make the filter preview expression update as filters are...
I'm guessing the preview updates on posts because it updates when I add/remove/update filter expressions and groups, and it updates when I load the grid. I would prefer it to update as I'm making...
View ArticleHorizontal indent of rows
I forgot to mention that you have to set the TreeListView's HierarchyIndent to 0 in the XAML in order for the above code to work. Then in the code above replace _treeView.HierarchyIndent with 20 since...
View ArticleFree Text column value with Kendo Grid Column
[quote]1. There is a restriction only that columns.field should be a valid Javascript identifier and should contain no spaces, no special characters, and the first character should be a...
View ArticleRectangle Rounded Cornes
How can i insert %subject% ? There is square shape with rounding, but i need rectangle. With Strech on, corners are stretched too :( Thx.
View ArticleScheduled Test from TFS
Hi, I am getting following error when I am trying to schedule test on remote machine. [03/08 16:58:44,Telerik.TestStudio.ExecutionManagerService.exe(3468:65),Execution]...
View ArticleDynamic RadDropDownList has incorrect Bottom and Height value when AutoSize =...
It seems really strange to me that we should have to add calls to LoadElementTree() every time AutoSize is enabled and a parent container isn't visible and we want to access basic layout properties for...
View ArticleProblem with SuggestMode.Contains in combobox column
Hi RalitsaThat doesn't seem to work. Whatever I type in, the drop down just shows the first items in the list, even though they don't match what I've typed at all.
View Articlehaving problems with fromJSON method
I am trying to use spreadsheet.fromJSON method and getting this error. Uncaught TypeError: Cannot read property 'start' of...
View ArticleGrid popup editor's close event fired twice
Hi,the grid popup editor window's close event is fired twice when closing the popup window via the close button (not the cancel or save button).See this dojo: http://dojo.telerik.com/IdIYeEven using...
View ArticleTelerik Web Installer stuck at 99% ("removing backup files")
Hi, I saw the warning message that there was a break in the Telerik update code, so I downloaded the new installer and started installing it.I only selected Telerik Just Decompile (together with...
View ArticleException when grid regains focus
I have a form with a grid on it, as well as some other controls. I can click between the grid and the other controls without any issues until I edit a cell using a custom editor through Editor...
View Article