Empty Grid
Ok, the answer is...I had forgotten to include:<script src="http://kendo.cdn.telerik.com/2016.2.607/js/kendo.aspnetmvc.min.js"></script>And the second thing is my User object is an Entity...
View ArticleEmpty Grid
I found it. I had forgotten to include:<script src="http://kendo.cdn.telerik.com/2016.2.607/js/kendo.aspnetmvc.min.js"></script>And I also changed the model from a Entity to a POCO and now...
View ArticleEmpty Grid
Sorry for the double post... had gotten an error upon the submission of the first, even though it apparently saved after all....
View ArticleSmooth Scrolling with Touch Screen
[quote]Yoan said:Hello Eugeniy, The touch support for our RadCarousel was introduced with Q2 2015 version. You can try it on our WPF demos. As as side note - we are currently working on touch...
View ArticleScaffolding
Correction: they are always disabled! I can not scaffold Kendo Chart.Would be usefull your Forum software has an option to edit own post.
View ArticleHtmlChart works on localhost but not on web server
Thank you Danail.Re: DataBindingIn the example of ColumnSeries the column type is Integer, while our data type is Double. Will it matter? Code is...
View ArticleInstalling on OSX Error
HI after running these commands everything worked. appbuilder doctorNo issues were detected.Thanks!
View ArticleDisabling ConvertTags filter not working anymore to replace strong with b tag?
I'd like to change the behavior of the Editor from using strong,em tags and instead using b,i. This is to make our website easier to listen to when using a screen reader.When I tried removing the...
View ArticleAutoBindBehavior crash with custom PropertyDefinitions and non-default...
It looks like the AutoBindBehavior doesn't handle the case where custom PropertyDefinitions are used, a PropertySetMode of Union or Intersection is used and an IEnumerable is assigned to the...
View ArticleScrollable TKAlert
I want to use TKAlert to display a list of error messages. I am currently setting the frame for my TKAlert to a specific height and I want the TKAlert to be scrollable so that the user can scroll to...
View ArticleDynamic NavigateUrl
Is there some way to add a QueryString to the NavigateUrl parameter of a NavigationNode like ?ClientID=123each node in my navigation needs to have the QS appended when the web form based on a master...
View ArticleDynamic NavigateUrl
duh string QS = "?ClientID=" + Request.QueryString["ClientID"]; NavigationNode node = new NavigationNode("Info", "page.aspx" + QS); RadNavigation1.Nodes.Add(node);
View Articlereflowing error in IE
Hello,Have a model radwindow open where the contents of the page contains an asp repeater that generates dynamically rad input controls.Everything works great until something in the page does an ajax...
View ArticleReport DataSource
This answers the question of how to set the report source. i.e. "SampleReport.trdp" The original question was how to change the DataSource of a report. As in SQL command etc... There is no...
View ArticlePreventDefault on Click event doesn't prevent url opening
I have a ToolBar with a Click handler defined, and some items, kind of like belowHtml.Inteum().ToolBar().Name(tab.Name).Events(events => events.Click("TabItem_Click")).Items(items =>{...
View ArticleCant find radial Gauges png files
I'm trying to get kendo radial guages working in a new asp mvc core application from a recent purchase of mvc controls & kendo ui pro. All examples are showing a wrapping container of something...
View Articleright align currency in grid cell
For aligning the data when batch editing, you can simply add css to accomplish this. Each editable input field has a unique id when editing (it's usually the same as the column header name).For...
View ArticleSilverlight Bing Maps Control Deprecation
I've been using the Bing Maps Silverlight control and now want to switch to RadMap, given the upcoming deprecation of the Bing Sivlerlight control. In reading the documentation for RadMap, it mentions...
View Article