Kendo Demos styling seems broken under Chrome
I came to the demo site today to look into charting objects and in Chrome the styling of the demos seems pretty messed up. I have just made sure I have the latest Chrome (Ubuntu) Version 43.0.2357.130...
View ArticleRadDropDownList OnItemSelected is clearing the RadSplitter
Figured it out. Instead of using <telerik:RadAjaxPanel...> you need to wrap it in <asp:UpdatePanel... Example:<asp:UpdatePanelID="UpdatePanel1"runat="server"> <ContentTemplate>...
View ArticleNested Items within a PanelBar
The .Content(@<text></text> works well but can it be used with panelBar.Append ? $("#panelbar").kendoPanelBar(); var panelBar = $("#panelbar").data("kendoPanelBar");...
View ArticleTextInput EditTrigger value
Hi, I’m trying to only allow certain character in some columns (for example no letter in a columns). I’ve manage to do this easily but getting access to the TextBox’s event in the PreparingCellForEdit...
View ArticleHide a Map Layer
I'm using the same dataSource for a kendo grid as I am for a layer on my map. In some situations I don't want to show anything from that layer on the map, but I still need to display them on the grid...
View ArticleBinding vs EventBinding: this context differs when bound to a function
Hello Petyo,I' d ike to extract click handler to the prototype, 'cause I have view models with multiple array fields and all of them need this behavior - so my intention was to avoid cloning repeating...
View ArticleSet Expanded Panel On Init
I'm using a panelbar to display a list of chapters. Within each panel is a list of tasks within that chapter. Think of it like a list:Chapter 1 Task 1 Task 2Chapter 2 Task 3 Task 4Chapter...
View ArticleNew error when calling LoadLayout in v2015.2.623.40
I've been Saving and Loading the GridView layout for quite some time now. This week I updated the UI controls to version 2015.2.623.40. Since then, when I call LoadLayout(<MemoryStream>) I get...
View ArticleRemove CRLF from Grid cell
Hi Eyup ,The JavaScript works for IE !! :) Thanks a bunch !!
View ArticleTelerik ReportView ready function
Hello,From my understanding I can pass a function into the ready option and it will run after the report viewer is initialized, so great - I though, because I would like for my reports to ignore the...
View Article'data-' documentation
Is there a list for Kendo UI that outlines in one page all of the 'data-' attributes embedded in Kendo UI and what they do.Just by happen-stance and chance and looking at some examples scattered around...
View ArticleFilter value
Hi All,Could anyone explain why I can't enter values in filter text box as shown in the attachment. Here is my script var grid = $("#grid").kendoGrid({ dataSource: ds, height: 250,...
View ArticleTabStrip loading partial view having multiple levels of partial views
Ok I had a typo error in the view name, this is why the tab was blank... Problem solved!
View ArticleMVC Grid Hierarchy attach javascript to keypress
Can anyone tell me if this is possible with the MVC version?
View ArticleRadForm title alignment
A was a very informative answer to this straightforward question
View ArticleSet RadImageEditor Vertical and Horizonal Scrollbar Position in Code
I am needing to set the Vertical and Horizontal Scrollbar position each time I load and display a new image with the RadImageEditor control. It looks like by default, that the scrollbars do not reset...
View ArticleGrid ItenDataBound InsertItemTemplate controls
Is it possible to access controls in the InsertItemTemplate of the GridTemplateColumn? I have the following:<telerik:GridTemplateColumnUniqueName="Company"HeaderText="Company Name">...
View ArticleOut of memory
Hi Please advise on below errors. I am calling RadGrid in a windows service that is running every 1 minute Thank youMessage: Exception of type 'System.OutOfMemoryException' was thrown. StackTrace:...
View ArticleHow to get Grid Row item with cell values in client template check box...
Hi Team,Please give sample to get rowitem with all cell values of that particular row in kendo grid and without enabling selection option. columns.Group(g => g.Title("Access").Columns(a=>...
View Article