toolbar:kendo.template
I modified the code, but now I got two buttons. The one using the data-template is working the work I wanted, but it's NOT in the toolbar of the grid. How do I get the template in the toolbar to work...
View ArticleDropDownList event timing - event after selection is completely done
Thanks for the response, but your sample uses the same event already documented, and adapting your example exactly provides behavior that is no different from other attempts I've made.The problem is...
View ArticleRadGrid DefaultInsertValue issue
Hi Konstantin,Sorry I didn't respond to this back then. I am still having the issue so let me elaborate, My Grid does not postback when it enters insert...
View ArticleES6 modules scrolling bug - showstopper!
@Petyo, As promised, I've now updated both of my repositories with instructions on how to use the Professional version of the KendoUI rather than that unofficial npm version.The problem is still...
View ArticleReport URL as Drillthrough Report Source
Hello,I am evaluating a trial version of the Standalone Report Designer and have two reports I want to link via Drillthrough.I believe I have followed the correct procedures to select the "interactive"...
View ArticleRunning balance in a column
Hi:I've pretty much gathered that this isn't supported natively, but surely there's a way to make it work with expressions or event handling. Or something.Each row in my grid has a Credit column and a...
View ArticleNested Listview
Is nit possible to nest a listview within another listview using custom items? Thanks
View ArticleRadGrid in batch edit mode doesn't save without clicking outside the current...
Hi, I have a radgrid in batch edit mode. My grid cells cells make use of column editors and the whole grid is ajaxifiedThe problem is if a user edits a cell and then clicks the save button (without...
View ArticleMouseover changes style of radnumerictextbox
Please ignore this post. Accidentally hit Post button before done typing
View ArticleHow to override BlobContainer in AzureProvider
I am trying to use RadCloudUploader with Azure Media Services. I need to override the BlobContainer per uploaded file so that I can upload each into their own container in azure blob storage (due to...
View ArticleMouseover changes style of radnumerictextbox
I have a page where I dynamically create a radcombox, a radnumerictextbox with percent type and a radnumerictextbox with currency type. Depending on the item selected, I would hide one and display the...
View ArticleOld format or invalid type library exception
We have a suite of approximately 60 automated tests that pass when ran individually. However, when attempting to run the entire suite, we will typically get 20 - 30 tests that pass, then a seemingly...
View ArticleBack to Back Bar Chart
I guess you could use the visual property of the axis title:Updated DOJO valueAxis: { title: { text: "Female Male", visual: function(e) { if(e.sender){...
View ArticleSplit Labels over multiple Lines
We had some support from the Telerik team about a year ago when we wanted to split a connecting label over multiple lines. At the time, they advised us of a bug and gave us a workaround. We've just had...
View ArticleModel fields not getting initialized
Hello, I'm running into an issue where the default values configured on a model are not getting set up if arguments are provided to the constructor. Creating a new model without providing any arguments...
View ArticleKendo dataSource.add = "Id is not defined"
I'm trying to add some items to a Kendo DataSource to then display in the grid. However, every time I try to save I get Reference Error: Id is not defined. 001.varviewModel =...
View ArticleBug with TKDataFormNumberEditor
Thanks for your answer,In this case, you should check and fix the example code to be compatible with new change.
View Article