Web API 2.2 service that provides server side filtering, paging and sorting
I've been fighting to figure out what combination of Web API REST services and the Kendo UI Grid work well with both Microsoft Web API 2.2 (latest version for .NET 4.6) and the Kendo UI Grid version...
View ArticleAppManager for iOS
The information on the troubleshooting page all seems to pertain to applications published in AppManager failing. I cannot get Telerik's App Manager to install. It is a Telerik AppManager that is...
View ArticlePassing Args Client-Side to Client-Side with Radopen
I'm modernizing some really old code that used the old Rad toolkit. I found that the "argument" property is not persisting. I was able to change the window's close code around to pass the element in...
View ArticleUsing Angular directives in external template view
Background: I'm using external templates as described here for different pages in my SPA. Those pages consist of script tags with type "text/x-kendo/template". I load those templates into my index.html...
View ArticleRadComboBox selected text color is black (hard to read)
Remove the "IsEditable=True" from your combobox. That's the problem. Most combobox are non-editable, at least in our tool (which is why the default is false, not sure why you thought to set that...
View ArticleRadComboBox selected text color is black (hard to read)
Just for info, since my initial post, I've discovered that you supply all the source XAML for the theme and, I haven't gotten to it yet, but I'm assuming I can go in there and fix up a lot of things...
View Article$.ajax Not working on android devices
after countless hours of downgrading/upgrading plugins, cordova, endless searching on stackoverflow, attempting all alleged solutions dealing with cordova-plugin-whitelist... the solution was...
View ArticleRadTileViewItem IsSelected causes TileView to focus
When SelectionMode=Extended.I'm using a RadTileView with multiselection turned on, and when I programmatically change the SelectedItems in the view, the view becomes focused and of course steals focus...
View ArticleHide close icon on window
Hi,In my scenario I have two actions in the action bar as follows:$("#requestWindow").kendoWindow({ draggable: false, resizable: false, modal: true, title: "My title",...
View ArticleFramework use in Xamarin
Hi Deyan,Yes, I want to development a Xamarin cross-platform app.Is that mean "UI for iOS" can be use to develop xamarin-app ? (Objective-C libraries or embedded framework)I am confusingThank you
View ArticleWord export - Headings and paragraph numbering/bullets
Hi guys,any suggestions on how to achieve the following:- When exporting a report to word some of the paragraphs (telerik report text boxes) marked as having Word Styles (Heading 1/2/3...)- When...
View Articlechild field in parent row
Aside for a few snags, I have this working, Because I wanted to replace a numeric field with a text value, I had to add a textbox column and put the value there, and hide the original column (a foreign...
View ArticleListview HeaderView and FooterView
How long can it? xamarin.forms 2.0 listview has headerview and footerview, is not it can be integrated into RadListView it?
View ArticleRadTileViewItem IsSelected causes TileView to focus
Hi, IDK, you can ignore this bug report, if you want. I've now decided to no longer use the RadTileView. Too "over-featured" for my needs resulting in performance issues. Probably only need about 10%...
View ArticleDisable docking on specific RadPane
Hi.I use RadDocking in my app and I have a few panes that I want to block the user capability to dock another pane on it.How can I achive this behaviour?Regards,Elad
View ArticleReorder Rows in Nested Grid - Using KendoSortable
Hi,I refer to the following how to demo: http://docs.telerik.com/kendo-ui/controls/interactivity/sortable/how-to/reorder-nested-grid-rowsThere is bug in this demo. If any of the master grid row is not...
View ArticleDynamic read only column format
I am creating dynamic column the following way: Dim TotalColumn As New GridNumericColumn() grdContingentDevelopment.MasterTableView.Columns.Add(TotalColumn)...
View ArticleChange background color for RadCalendar header
Thank you. Where is the Telerik.Windows.Themes.Office_Black.dll coming from? It was part of your sample as a binary, but I would like to use an official version, of course.
View ArticleEdit Ability
I've had numerous issues with this, where I may have posted something semi confidential or made a typo that makes my code either broken, post unclear, or discloses some information that is considered...
View ArticleChange background color for RadCalendar header
Strike that. I found the info in the above implicit styles link. Thank you.
View Article