Send Additional Parameters in HTML5 report viewer
Hello Chadan, Please check my post in the ReportBook get parameters from request forum thread. Regards, Stef Telerik Do you want to have your say when we set our development plans? Do you want to know...
View ArticleReport book exception
Hello Chadan, Most probably you are trying to create a Reportbook object dynamically based on arguments not passed to the ReportBook constructors. Please check the suggestions in my post in the...
View ArticleRdaGridView Visibility
Hello, I guess that columns are not correctly bound to the underlying data members. Can you please check whether you have errors in the Visual Studio Output when starting the application? Is the...
View ArticleTreeList does not display hierarchical data even though datasource is set
I have a TreeList that simply does not display the data it is receiving through the remote binding.I can confirm (via Fiddler AND the KendoUI for Chorme browser extension) that the JSON data received...
View ArticlePDF generation randomly stops site wide
Hi Jeff, This is not a known error to my knowledge. Please check if the error occurs with a specific report, set of data records or amount of data. In order to investigate the problem, please open a...
View ArticleCan I change direction of just one column to RTL?
Hi, You can only change the whole grid direction to RTL. Regarding the columns if you want to change the text alignment to right for example you can set ItemStyle-HorizontalAlign="Right" and...
View ArticleTwo stacked BarSeries with the same color
Hello Ulrich, Thank you for contacting us. With the series PaletteIndex property you can specify which entry from the palette will be used. I have attached a sample application for demonstration. I...
View ArticleRadgrid nestedviewtemplate image onerror
Hello, May I ask you to isolate the error in a sample runnable project and send it to us via support ticket. We will check it out and will advice you further. Regards, Pavlina Telerik Do you want to...
View ArticleDisable Cache Server Side (ASP.net MVC ReportViewer)
Hi,I am using Telerik Reporting Q2 2015 with ASP.net MVC ReportViewer (UI for ASP.net MVC). In this I am not able to disable cache at server side, can you please share the option to disable cache from...
View Articlestyle of checkbox in grid
Hi there,I am using this code in the Html.Kendo().Grid:columns.Bound(p => p.Positive).ClientTemplate("<input type='checkbox' \\#= Positive ? checked='checked' :'' \\# />");In the login form I...
View ArticleHow to Bind Dictionary to RadTimeline
Hi Peshito Thank you for your answer. It works. But what if the object that is assigned to the datacontext is not an "object" but a Dictionary. I mean in the example that you attach is posible not to...
View ArticleSEO Paging incorrectly encodes "special" characters in IE
Hello, If the described problem can be observed when you replace RadGrid control with MS GridView this means that it is not related to Telerik. However, if it exists only when RadGrid with Seo paging...
View ArticleDisplay Planned Vs Actual Dates on Gantt
Hi THere, My model contains 4 dates Planned Start and End vs Actual Start and End dates. How can I overlay the second pair of dates on the same bar in different color or shaded? I don't see no bar...
View ArticleTimezone issue upon editing task
The problem seemed to exist when using MVC wrapper. For some reason, the dates being passed to server using the widget is inconsistent. For example if I picked the Date from date picker versus I typed...
View ArticleRadReport Bar Chart Bar Width
I need to be able to set the width of the bars, within my report. In the attached screenshot, you'll see bars that are too narrow. I'd like to make them as wide as each column would allow, with...
View ArticleTextBox Line Height
I need to be able to set the line height for content within a multiline textbox. There does not seem to be a setting for this. Is it possible through a style, or other means?See attached screenshots...
View ArticleRadChart Issue
country Jan Feb mar US 10.25 130.00 175.24 INDIA 11.00 15.00 160.05 country 2013 2014 US 10.25 130 INDIA 11 15 the above are the...
View ArticleScheduler keeps adjusting times
I am using the scheduler binding to local data from my viewmodel. The scheduler is set to TimeZone of "Etc/UTC" and all the dates are stored as UTC however they are all adjusted in the scheduler. How...
View ArticleTricky header bindings in GridViewDataColumn
Here are 2 generic classes (DataContextProxy and DataContextProxyBehavior) that help to pass data context from one control to resource so that other visual/or not visual can bind to....
View ArticleAll Dates show up as "/Date(1293868800000)/"
I had a similar problem with using a Kendo UI Grid with my MVC controller method.Perhaps the problem is DateTime is an object, and JSON serialization converts it to an unreadable but de-serializable...
View Article