Stacked Column Chart
Hi Kannan, Currently we provide 2 controls for the ASP.NET AJAX platform - RadChart and RadHtmlChart. RadChart is our older solution which was build when browsers had much more limited capabilities and...
View ArticleCreate unique name for grid in template
Hi, I need to create unique grid name inside template, i try with javascript, but it doesn't work. <scriptid="conditionGroupTemplate"type="text/x-kendo-template">...
View ArticleData binding for stacked bar chart
Hi John, I am sorry to say that data source grouping functionality and Stacked Bar 100% Charts are supported only by the obsolete RadChart control and not by the RadHtmlChart. What I can suggest is...
View ArticleWhen I set a DataGridTextColumn IsVisible to False, I get an exception
foreach (ColumnConfig loopColumn in sduiConfig.columns) { DataGridTextColumn newColumn = new DataGridTextColumn(); newColumn.PropertyName =...
View ArticleBackground colour
Hello, You can find information how to customize the appearance of RadDock in the following articles:Controlling Appearance,Skins,Tutorial: Creating a Custom Skin,RadDock's HTML Rendering and CSS...
View ArticleRadNavigation and controlling Height of dropdowns
Hello Keith, The height of both dropdowns can be set with CSS. Here are two rules, both applying the same height (150px) to the corresponding dropdowns:/*dropdowns*/.rnvPopup { height: 150px;}...
View ArticleRadDock server side DockPositionChanged does not fire when dropping control...
Hi Hung, The server-side OnDockPositionChanged event is fired when one of the following changes with the dock are done: A move from one RadDockZone control to another. A move from a RadDockZone control...
View ArticleTelerik.Reporting.Graph line : How it work ???
Hi Pierre, When fetching the data via NeedDataSource event the design time preview of the Graph will not be available. If you want to be able to see the design time preview the workaround is to mock...
View ArticleAccessibility question (screen readers)...
Hi Raymond, The correct syntax is:.Events(e => e.DataBound("ApplyReaderTags")) Documentation...
View ArticleMultiple Resource Appointment & Group By
Hi,Can you please help me on resource grouping, Im unable to bind the appointments based on grouping.Im able to get the header but unable to bind the appointments. <telerik:RadScheduler...
View ArticleEnableAutomaticLoadOnDemand property
Hello Guss, Indeed the technique that you had demonstrated is valid and suitable for a large range of scenarios. I would like to thank you for taking a time to share your implementation and suggestion...
View ArticleSelected Item is restored when navigating away and then back
Hi, Note that the forum threads does not allow attaching projects and this is company policy. I would suggest you to share your code using the code block formatting so that we can revise your code and...
View ArticleListbox displayed incorrectly
Hello Rodney, I am afraid that we are not familiar with such a problem related with the RadListBox. which is why we would need to replicate it, so we could try to pin down the reason for it....
View Articleexclude 0 as first character
I have a five digit postal code and want to exclude zero as first character and only allow numeric values.Html.Kendo().MaskedTextBoxFor(a => a.Postnummer) .Rules(rules => {...
View ArticleCustom cursor is ignored in the title area
Hello. If I set a custom cursor to a RadWindow, when I hover the pointer over the title area of the window, the custom cursor isn;t displayed, instead the standard arrow cursor is shown. Is there a way...
View ArticleEnableAutomaticLoadOnDemand property
My pleasure. I'm a lazy "google-copy-past" coder, so I can't live without these forums :-) So maybe not a real copy-paste'r, but surely appreciate the Telerik forum just to show me the direction, and...
View ArticleTooltip window disappears on
Hi Ali, Indeed, in MS Surface tablet the RadToolTip is shown only after you hold down a few seconds. This issue is logged in our system as a future improvement of the control and we will implement it...
View ArticleSelecting Null Item in DropDown
I fixed the issue by inheriting from RadMultiColumnComboBox and overriding OnSelectedIndexChanged. If the SelectedIndex == 0 then I run:foreach (Binding binding in this.DataBindings){...
View ArticleLinear categorical chart, no Y axis: first label on X axis clipped, first and...
Set ClipToBounds to False in the Chart, and give your chart a Margin. Ahmed
View Article