MVC Grid with QRCode
Hello Shawn,In this case you should use the .Template() method only. E.g.columns.Bound(p => p.UnitsInStock).Template(@<text> @( Html.Kendo().QRCode() .Name("qrUrl_" +...
View ArticleReport Request Timeout
Hello Soumya, Each data item executes its data retrieval method on its own. Beside retrieving data the reporting engine needs time to create objects and resources related to the rendered document. In...
View ArticleProblem with remove item from datasource
Hi Daniel, Calling the diagram's refresh() method will force the rebinding of the diagram with the changed datasource. You can find the updated version of your sample here:...
View ArticleChart Popup
Hello Paulson, Looking through your code sample I must point out a few things; 1.) StackLayout does not have rows and cols (those attributes are used with Grid Layout).. if you have a gridLayout as a...
View ArticlePrevent closing of the Backstage
Hello Milena,I wasn't able to upload the project here. It says the file was either too large or not the allowed type. I have uploaded it to a dropbox account instead: Sample.zipIt has a RibbonView...
View ArticleProblem with RadScriptManager and CdnSettings with CombinedResource
Hi,We are using Telerik 2016.2.607 and Asp.Net in 4.5.1.I have set this in master page:<telerik:RadScriptManagerrunat="server"ID="rsm"EnableCdn="True"EnableScriptCombine="True">...
View ArticleHow to create tooltip template conditionally using kendo stacked column chart...
Hi, The gap property of the Kendo UI Chart series and defaultSeries is the correct property to use:http://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/chart#configuration-series.gap It can...
View ArticleGet reference of nested RadGridView
Hi,I have taken a look at the CustomKeyboardCommandProvider, here is mine: using System;using System.Collections.Generic;using System.Linq;using System.Windows.Input;using...
View ArticleHelp: AJAX request giving 404 from mobile app
Hi there, I'm writing a mobile app that uses AJAX. I have never used AJAX before so to see how AJAX works, I wrote a simple app that talks to asp.net page. The app is a simple form (one text field and...
View ArticleAutomating Kendo UI controls
Hi we are using Kendu - grid in our application in form of table , we need to automate our application using selenium and the scripting language we are using is Java. Can any one help me by giving some...
View ArticleReporting WPF - Hide some axis X labels in CategoryScale series.
Hi Ron, when an axis' Sclae is a CategoryScale, labels are produced for each value of the field used as Graph>CategoryGroups>Grouping. You can control these labels by using a custom expression...
View ArticleHow to allow edit only one row at a time?
We have this issue in a master/detail grid where detail grid is hidden for some rows. We are displaying the detail part only if there is data. Edit option is provided only on master rows. Do you have...
View ArticleRadRichTextBoxRibbonUI taking long time to load
Hello Ahror, I am not sure that I understand your question. The loading time of an application varies on the complexity of the application, the machine on which is running, the available resources for...
View ArticleInsert fails with BIGINT
Dear support, we are also using 2012.2.628.2 - and getting this error now on a SQL 2008 R2 (10.50.6542)If you have any recommendations in upgrading, go ahead. We use a single context for the whole...
View ArticleListBox.get_checkedItems() is stale
Hello Jeff, As explained in the documentation the newly checked/unchecked items are not available in the checked items collection in the OnClientItemChecking event handler, because this event fires...
View ArticleHow to Clear RadGrid??
Using RadGrid1.DataSource = new string[] { }; does not working in the NeedDataSource event.
View ArticleGroup Table, how does it work ?
When I try to add a child group it says "Error: no grouping cell"
View ArticleAutomated Configuration of Proxy
Hey, I'm quite new with Fiddler and want to test what I can use it for.I would like to configure my Proxy with an UI within Fiddler without the need to click myself through the Fiddler Options. I...
View Article