Compatibility with PRISM
I'm researching various WPF Control Libraries for a large upcoming project, and am wondering what type of compatibility Telerik WPF has with PRISM 5.0? The project is for Windows 7 machines, but I have...
View ArticleDropDownList server filtering - do I need additional action?
Hello Dimiter:My filtering is still not working.@(Html.Kendo().DropDownList() .Name("experimentList") .DataTextField("ExpName") .DataValueField("ExperimentID") .HtmlAttributes(new { style =...
View ArticleNot Implicitly Typed Local Variable
Hello, There is nothing special about it, the default value is just our internal coding convention and it turned out to be well accepted by our clients. The var vs explicit type debate doesn't have a...
View ArticleTrouble getting tooltip content to update using AngularJS
Thank you very much. This really helps a lot.
View ArticleList of icons
Hello Jacob, All the icons used in RadPddfViewer are available in the source code under the Controls\PdfViewer\FixedDocumentViewers\Images folder. You could download a .zip file with the source of the...
View ArticleTreeList with Id and parentId string type
Hi Boyan,I'm in a similar situation as OP, using MVC Razor code and your solution is in javascript showing how to set the id and parentId to type string. How one set that up in MVC.Thanks,John
View ArticleKendo multiselect doesn't set pre-loaded value with 2016.1.226
This is regarding bug with Kendo MultiSelect control. We have updated kendo UI version from 2014.3.1411 to 2016.1.226 Below code was working fine with version 2014.3.1411 for kendo multiselect (It was...
View ArticleWeb Grid UI MVC In-cell/batch edit with a bool? column I still get drop list...
So I'm using 2016.1.412 Telerik controls. MVC Grid UI. I've followed this (http://www.telerik.com/support/code-library/checkbox-column-and-incell-editing) in order to get one of my boolean? columns to...
View ArticleRetain Grid Group State After Grid Refresh
Hi Eyup, Thanks for your response. I just tried the demo that preserves the entire grid configuration. It appears that this does not persist the expand/collapse state of grid groups. I grouped by...
View ArticleGetting DropDown to select item by Model value inside Kendo Template
I am trying to get a Kendo DropDownList—declared inside of a Kendo Template script block—to automatically select an item from its list when a data value is provided to the template. I’m not having any...
View ArticleRadGridView Header Styling
Hello,I need to style a Grid Header Name. I have a Header Name as " Amount tax included". I need to apply styles only for string "tax included" .Could you please let me know the possible ways to...
View ArticleExcel Like filtering doesn't fire the FilterCheckListItemsRequested Event
Hello, To enable excel-like filtering mode you should set the FilterType property of RadGrid to HeaderContext. instead of...
View ArticleUpdate Cell Contents with JavaScript
I have another question about this. How do I look at individual cell values in the grid?My use case is to click a button that executes a JavaScript function. The JavaScript function spins through the...
View ArticleDatePicker masked for MVC
Hello Irving, I've already replied to your other forum thread about the same question. I suggest that we continue our conversation there. Regards, Eyup Telerik by Progress Do you want to have your say...
View ArticleTelerik RadGrid GridButtonColumn not visible as Button
Hello, Try removing the EnableEmbeddedSkins property and the issue should be resolved. Regards, Eyup Telerik by ProgressDo you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects?...
View ArticleRadSlider with variable step
I need a control similar to Slider but something that I can DataBind to a list of custom objects.I need to allow the user to increase/decrease time on a chart 3years 1year 6 months 1 month hours...
View ArticleRadNavigation and controlling Height of dropdowns
Thanks Ivan! That works good.Is there a way to do max height set up?For example, lets say that there is not enough menu items to cover the full 150px height or whatever the height is set to and there...
View ArticleRadListbox Image URL
I have tied the items text to list box using server side programming. I want to bind the ImageURL for the list items in the Radlistbox also programmatic ally but I dont see the ImageURL property in the...
View ArticleHtml based export format is not working in Excel 2010
the new patch Microsoft put out fixes this issue as they reported...
View Article