Sort result is wrong when use the default sort
Hello, It seems the data is ordered as string values. Is the data property bound to this column of type Double or String? Regards, Dimitrina Telerik Do you want to have your say when we set our...
View ArticleCascading DropDownList MVVM Binding Problem
There was a CORS problem in my original demo. I updated it accordingly and also tried to make the problem clearer by displaying the current view model values. You can find it here:...
View ArticlePlugins not installing with Build
Hello Harry, There are two ways to install a third party Cordova plugin: 1. Install a Telerik Verified Plugin from the Plugin Marketplace. This is the preferred approach since the plugins are...
View ArticleHow to add dynamic RadCartesianChart.Series into my ChartView
Hi Berry, I updated my example according to the changes that you described in your last reply and the series is displayed. Please give the attached project a try and let me know if I am missing...
View ArticleIs there a way to just show one country
Hi! I'm using openstreetmap as provider and I am currently showing a map of Europe with map items for every customer.Now I want to provide the functionality, that the user can choose to view only a...
View ArticleCascading DropDownList MVVM Binding Problem
Hello Mirko, The described issue is a known limitation of the cascading functionality. Basically, the widget will not trigger the "change" event (this is how the model is updated) when it is being...
View ArticleRadEditor shows only 50 character from content.
Hi Lanko, Thanks, I have resolved the issue as per your suggestion.Solution: The best way to implement that is to have two columns in the database—one with the review of text and second with teh full...
View ArticleThe test list fails but not the single tests
I forgot to say that the element is not actually visible, so the step should not fail
View ArticleTreeview empty after repeated web service calls
Hello, It's difficult to say what might be causing the issue, without any context of how exactly the TreeView is DataBound, what is used inside the WebService, and what actions are triggered on the...
View ArticleHow to add New Row to the Teleric Grid upon click on a button in a previous row.
Hi Hristo , Thank for the reply , I will try this out and get back to you soon , Thanks a lot for the reply :)
View ArticleTestStudio doesn't work with Chrome 45 & Firefox 37
Hello Chandresh, We need some more time investigating this problem. Thank you for your patience. Regards, Ivaylo Telerik The New Release of Telerik Test Studio Is Here! Download, install, and send us...
View ArticleRadLegendView doesn't work with Pie Chart
Hi Margarita, Please consider this example:RadPieChartView pie = new RadPieChartView(this);PieSeries pieSeries = new PieSeries();pieSeries.setValueBinding(new...
View ArticleDeny drop in the grid view ?
Hi Michael,You can try setting the e.AllowedEffects as DragInitialize/ DragOver events are raised: e.AllowedEffects = DragDropEffects.None; Let me know how this works for you. Regards, Dimitrina...
View ArticleGetting and/or setting file download location
Hi, I was wondering if it is possible to set the location that the file download handle dialog downloads to? I am aware that I could just set the location through the browser. The hope is that we will...
View ArticleX-Axis Rotation Label in the Chart
Hello, When I run a report telerik after making changes in the X-Axis Rotation Label to better fit them in the chart of type "Chart", the change isn't verified and returns to the default setting.How is...
View ArticleHow to display tooltip for a disabled Listbox items.
Hello Kevin, In order to visualize the ToolTip when the items are disabled you need to set the ShowOnDisabled property of the ToolTipService class to "True". Please, check the attached sample project...
View ArticleGrid / Update / Delete does not work properly
01.<%@page contentType="text/html" pageEncoding="UTF-8"%>02.<%@taglib prefix="kendo" uri="http://www.kendoui.com/jsp/tags"%>03. 04.<!DOCTYPE html>05.<html>06. <head>07....
View ArticleRadMaskedNumericInput does not bind decimal datatype correctly
Hi Sagar,RadMaskedNumericInput is designed to work with numbers and its Value property is of type nullable double. However, for your scenario you are working with decimal and we recommend using the...
View ArticleTestStudio doesn't work with Chrome 45 & Firefox 37
Hello Ivaylo,Sure, no problem.Thanks,Chandresh
View ArticleUsing associations in combination with horizontal inheritance
Hi Telerik team,i have a problem modelling a combination of association with horizontal inheritance.My sample code is this:publicclassParent{ publicintId { get; set; } publicstringTitle { get; set; }...
View Article