How to install Telerik UI for Xamarin on Mac OSX
[quote]Samuel said:I've been trying to get this set up for about an hour now, and I can't seem to find the proper files on this site. I went and downloaded the .msi file, deleted it, then went to my...
View ArticleColumn resizing affected by latest release (2016.2.607)
Please identify explicitly what part of the above posted code should be used to fix this issue along with recommended placement (grid initialization,....). It seems that this problem also exist in...
View ArticleIs there a way to merge the columns in child nodes ?
The answer was here: http://docs.telerik.com/devtools/wpf/controls/radgridview/styles-and-templates/how-to-override-default-styles.html#mouse-over-backgroundTHUS: <Style TargetType="{x:Type...
View ArticleKendoUI React Redux
Hi,I'm looking for recommendations on integrating Kendo with React. (I have seen a few existing limited examples)My team chose Kendo, even though it isn't React native, because the client loves the...
View ArticleSelect All/Deselect All in ColumnMenu in ASP.NET MVC
Konstantin,i updated your code and it partially works now: http://dojo.telerik.com/edAHeNot sure, why the last column doesn't get hidden. Any idea.Thanks.
View ArticleRadRibbonView IsMinimized=true at startup, collapse of ribbon panel is...
Hi, I'm using the RadRibbonView with IsMinimized=true at startup. We're noticing that the ribbon panel part is not collapsed until 'after' the ContentRendered event. As a result, for a brief moment,...
View ArticlePivotGrid interrupts RadMenu
I don't know why this would be happening but when I use a PivotGrid, it interrupts or distorts the RadMenu CSS (see images attached). Below is the mark up for the page. This is in IE11, Telerik...
View Articlebuild categoryAxis from Array and have data properly align
Hello,I'm trying to figure out how to achieve the following.I have an array named chartdates which has all the unique date returns from our lookup I also have deptChartObjects that has the hits array...
View Articlebuild categoryAxis from Array and have data properly align
Wrong JSON FeedHere is a real sample{ "top3Departments": { "Top3Departments": [ { "workgrp": "ONY", "numberOfHits": 2529, "departmentName": "ANONYMOUS" }, {...
View Articlebuild categoryAxis from Array and have data properly align
Wrong feedbetter json sample{ "top3Departments": { "Top3Departments": [ { "workgrp": "ONY", "numberOfHits": 2529, "departmentName": "ANONYMOUS" }, {...
View ArticleAdd button to header of GridColumnGroup
My license has been renewed. I am closing this post, and opening a support ticket. I can't upload a zip file with the project here.
View ArticlePivotGrid interrupts RadMenu
If I remove "EnableZoneContextMenu", it seems to work. It had it set to "true" in the demos but do I need it?
View ArticleSelect All/Deselect All in ColumnMenu in ASP.NET MVC
Konstantin,Also i found that everytime i click on 'Select All', i get the javascript error from 'kendo.all.js' and the error message is:Uncaught TypeError: Cannot read property 'hidden' of undefined
View ArticlePivotGrid interrupts RadMenu
Ugh, it still happens if I use one of the filters. The Menu links work but looks funky. Any ideas?
View ArticlePivotGrid interrupts RadMenu
Update: as I suspected, removing the RadAjaxManager and it works fine... except I need the RadAjaxManager...
View Articleradgrid editformsetting control event
Hi , I am new to this radgrid . Need some help from anyone who has faced this issue. In the EditFormSetting in the radgrid i have two raddropdownlist. The functionality that i need is ..on...
View ArticleIn Partial view using Kendo UI Grid pass selected checkbox values to update...
1st Grid in a partial view which is rendering fine: @(Html.Kendo().Grid<OpenInvoicesInfo>() .Name("OpenInvoiceGrid") .ColumnMenu(i => i.Columns(false)) .Columns(columns...
View ArticleHow to set combobox dropdown width with angular?
Hello Boris, Here are a couple approaches you can use to set your Kendo ComboBoxes list widths. 1. Using widget.ns: On the kendoWidgetCreated event, I checked the widget to see if it was a...
View ArticleInitialized datasource on page load
Thanks one more question. If I have a custom datasource, how can I send in an additional parameter via javascript?I'm looking for a combination of:@(Html.Kendo().AutoComplete() .Name("Field")...
View Article