MVVM Treeview databinding with multilevel data
Hello, My problem is that the documentation is not clear on if/how it is possible to data-bind a TreeView on a multilevel data which is loaded with one call. Let's say my data is the following: public...
View ArticleComboBox SelectionChangeCommitted Event
Thanks very much Stefan, it works as expected.One more question, I am dynamically adding this RadDropDownList, and I need to pre select some default item. I am trying with:DataView dv = dt.DefaultView;...
View ArticleMultiple theme in single page application
I am using SPA. I want to have different theme for different controls e.g silver Grid, metro Tabstrip. How can I do that?Thanks.
View ArticleRadDropDownList & Multi-select
The documentation says multi-select is possible, even gives examples here: http://www.telerik.com/help/winforms/dropdown-and-listcontrol-dropdownlist-selection.html I am using version 2015.3.1104.40...
View ArticleRadmenu in RadAjaxPanel
Hi there,I'm currently using a Radmenu in a RadAjaxPanel. On a Itemclick in the radmenu i clear the multipage and add a new one based on the value of the radmenuitem, the radmenu however stays expanded...
View ArticleRadDropDownList & Multi-select
Hey Steve, thanks for your question! You'll find this setting under the control's drop down list element, like to documentation explains. #facepalm
View ArticleBackColorChanged event gets fired when the control is inside a RadPageView
I don't understand why but if you place a RadTextBox or a RadTextBoxControl with a BackColorChanged event setup inside a RadPageView the BackColorChanged event is raised before the Form_Load method...
View ArticleComboBox SelectionChangeCommitted Event
Complementing previous post: In fact, after WinForm finish loading, The dropdown (ddl) has items, but none item is selected.Thanks,fco
View ArticleBackColorChanged event gets fired when the control is inside a RadPageView
I posted in the wrong place. This is a Windows app. Admin, please move this thread to right location.Thanks
View ArticleCustom angular column editor stops working after calling setOptions
Hello, I have run into a problem with calling setOptions on the grid if I am using a custom angular column editor. Before calling setOptions the editor works correctly, once setOptions is called it...
View ArticleJustTrace and Visual Studio 2015
Hi, The product page (http://www.telerik.com/products/memory-performance-profiler.aspx) tells us that it is Visual Studio 2015 ready ...Maarten
View ArticleHow to make rectangle in diagram with link clikcable?
I am still unable to get the horizontal and vertical scrolling bar to see the org chart completely. also, can we have an option to focus on any particular people by default? I was able to get the link...
View ArticleHow to change Parent font of Kendo MVC treeview
I am using Kendo MVC Treeview. How can I change font for all parents that has child nodes.Thank You.
View ArticleRadGrid model binding calling SQL twice
I'm seeing two calls to my SelectMethod as well. I set a break point in the debugger and it's hit twice every time I do a fresh load of the page. At first I thought it was because I had if...
View ArticleRadGrid model binding calling SQL twice
Also, Microsoft is going to be dropping support for EntityDataSource in Entity Framework 7. This is one reason why I think Telerik needs to get their act together and make RadGrid work properly with...
View ArticleRadGridView CollectionChanged Event
Thanks Stefan for the update. I'll implement as suggested.
View ArticleParent data accessible via data-bind syntax, but not template syntax
I'm trying to figure out how to access parent level data using template syntax (#: parentId #) as opposed to data-bind="text: parentId" syntax. The data-bind syntax finds the parent data, but the...
View ArticleHow to create TabControl Having Close Image Button
Hello,I have downloaded and install a very beautiful telerik winform application. I found a very nice tab control (We say probably radpageview to it in winforms) with a little close image aligned at...
View ArticleHow to create TabControl Having Close Image Button
Hello, I have downloaded and install a very beautiful Telerik winform application. I found a very nice tab control (We say probably radpageview to it in winforms) with a little close image aligned at...
View ArticleRadDatePicker forces new line in IE11
I tried using as per your suggestion in the article , but it does not work. Is there any other solution? I use IE 11 and Telerik 2011 v.
View Article