Series Legend show/hide chart data programmatically
In this demo:http://demos.telerik.com/kendo-ui/bar-charts/columnThere is a legend on the top of the chart. If you click on one of the series in the legend, that data in the chart is not visible. Is...
View ArticleCapturing HTTP requests on 3G/4G
I'm not aware of any phones that support setting a proxy for the 4G connection without root access. Regards, Eric Lawrence Telerik Do you want to have your say when we set our development plans? Do you...
View ArticleRemove GridDateTimeColumn DateRange filter when both date pickers are blank
Hello, I'm trying to do something pretty straightforward, I'd like to remove the filter parameters from my grid results when clearing the two datepickers from the griddatetime column daterange filter....
View ArticleFiddler doesn't capture Apache HttpClient post
You must configure your Java client to route its traffic through the Fiddler proxy (127.0.0.1:8888). See e.g. http://stackoverflow.com/questions/8549749/how-to-capture-https-with-fiddler-in-java...
View ArticleHow to bind ViewData value to dropdownlist
I assign user id and user name in viewdata,How to bind viewdata in dropdownlist using jquery. <script>var...
View ArticleListView.GroupHeaderTemplate BindingContext is null
Hello Erik, We are about to release a new version of our UI for Xamarin suite. The fix will be available for download by the end of the following week. Please stay tuned. Regards, Pavel R. Pavlov...
View ArticleTicker for cshtml
Hi, The Razor view engine has been designed in such a way, so that it does not support any WebControls, including our Telerik UI for ASP.NET AJAX. You should use the old WebForms view engine if you...
View ArticleTreeview expand down to selected node on load and click
Hello Mark, Please move the script declaration after the TreeView's declaration (preferably at the bottom of the page) as in the video which I have provided. Regarding the API of the TreeView, please...
View ArticleScheduler Slow Load
Hi, The general approch to improve the performance is to use WebService binding, which will reduce the html transferred from the server, since the scheduler appointments are rendered on the client in...
View Articledatasource update fail on return
Hello Morten, I'm not sure about the exact cause for the issue you are facing. However, you should verify that the object returned by the update action method have the same structure as the one...
View ArticleGeneric Configurable default DateFormat throughout Application
I need to make my application in such a way that there would be a centralized configurable dateformat for the whole application. I would store the applicable dateformats in an xml file or a database...
View ArticleCustom Task Field is Not Showing up in the TreeView
Hello, I have added One Custom Task Field 'SrNo' as object datatype with respect to demo project given here. I have not used EntityFramework. I am Binding RadGantt's Datasource and...
View ArticleIssue with Internet Explorer
Hi Sudheer, Please make sure that: - IE11 is running in Standards (Edge) mode.http://docs.telerik.com/kendo-ui/browsers-support#important-notes - there are no unnecessary trailing commas in the...
View ArticleCustom Classes on Tasks
Hi Kris, You could add custom properties to the Gantt Task model, and then map them to the client-side object via the schema configuration of the gantt's dataSource. Here is the implementation of the...
View ArticlePrint report without viewing it
Hi: We have a MVC project that to load a summary table (e.g a list of staff, with its role and location) When each row is click, it needs to print out a detail report directly to the local printer,...
View ArticleCannot maintain the % formatting when exporting to Excel (HTML option)
I have a grid which contains a column with DataFormatString="{0:0.00%}"... All looks great in the grid, but when I export to Excel I see the 1.00 instead of 100% and 0.25 instead of 25%.Is there a way...
View Articleproblem displaying bool value in formtemplate type edit form insert mode
Hello Rama, Currently to achieve the desired functionality and to avoid errors you need to use the approach provided by Princy in earlier posts. The other option is to use the GridCheckBoxColumn which...
View ArticleCopy text from Office to Editor
Hello Kirk,My suggestion is to use a client-side library that filters the content synchronously on paste (e.g. the sanitize-html project I linked previously). It may differ slightly from doing the same...
View Article