Combobox complex databinding
Hello, i would like to bind a combobox to a list like bellow, and in the combobox i would like to use Designation which is a property of Regulation property of my DTO as a display memberpath, and...
View ArticleUse of added elements in Utility class
Hello Chandresh, That particular error message means that Test Studio was unable to find the target element. Maybe the browser is on the wrong page, or there's a dynamically changing ID causing the...
View Articleopen again: default value problem
Found by my self. Additionaly the Storage Behavior must be set to PersistantReadOnly. then the Insert is created only with those columns expected. And the server side Constraint ( SQL Server ) is...
View ArticleApplying rowTemplate breaks the column alignment with headers
I have used the below rowTemplate for simply changing the background color of the grid TR conditionally upon the bound value of the field ApprovalStatus. rowTemplate: '<tr data-uid="#: uid #"...
View ArticleMethod to verify whether a KendoGrid cell is readonly or not
Hi VVP, Yes but I need one clarification. When you say "in program" are you referring to a coded step, or a standard verification step in a test? Regards, Cody Telerik Quickly become an expert in Test...
View ArticleDisplaying Xaml document in SSRS
Please disregard this, I reboot my computer and it somehow worked.
View ArticleRotate Category Axis Labels
Hi, I'm trying to rotate the category axis labels so they appear like the attached mockup. Please let me know how I can achieve this.Thanks,--Ed
View ArticleHTTPS decryption stopped working
You can get prompted to trust Fiddler's root certificate again as follows: 1. Click Tools > Fiddler Options HTTPS. 2. Untick "Decrypt HTTPS traffic" 3. Click "Remove Interception Certificates" 4....
View ArticleExport Grid into HTML Page in specific format to Print it
Thank you dear for your reply,But i want to tell you that this code print only one page that i already access on it and i want to print each page in different page as this action done when export...
View ArticleMouse scrollwheel changes RadDropdownList even when you click away
Hi,If you have a RadDropdownList on a form at run-time and the user clicks on it, and then decides to click on the form itself (not another control) the mousewheel can still be used to change the...
View ArticleIs converter on ValueBinding possible?
Hello Petar Marchev,I have a question about special situation.If I have an indexed property like ObjectA.ObjectB["NameC"] and at runtime want to bind that to ValueBinding what can I do?Please remeber...
View Articlecan't catch error when binding an unsupported byte array
Good day,I'm currently migrating some user controls to telerik to use the new features. One of our user controls was a image upload control. Basically it had an asp.net img object and a stardard...
View Articledata-template - binding to null collection
Try this:var viewModel = kendo.observable({ selectedProject: [] }); kendo.bind($("body"), viewModel);
View ArticleStatus bar disappears on iPhone 6 plus
I'm using Kendo UI and running the app on my iPhone using Inte's XDK App Preview app which works great. I've noticed when previewing the app on the iPhone 6, the status bar is not visible, although the...
View ArticleHow to get mouse clicks to work the way you want them to
I am going to be using a different approach to doing these mouse clicks so no reason to pursue this.~ Max
View ArticleHTTPS decryption stopped working
I follow all you step , no way , same for mozilla or internet explorer, same problem
View Articlegrid inline editing with dynamic model
I have a dynamic model below is the cshtml code, is line editing possible with dynamic model ? @(Html.Kendo().Grid<dynamic>() .Name("requestCapacity") .Columns(columns...
View ArticleTree Layout - why so much spacing?
I am trying to represent a Yes/No decision tree using the Diagram control. When rendered using the TreeDown, OrgChart layout/router, it seems that some nodes are rendered with minimal offset, while...
View ArticleMVVM - how to override Binding to SaveCommand?
I'm trying to figure out how to "intercept" the SaveCommand for RadRibbonBackstageItem and respond to the event in my MVVM code. <telerik:RadRichTextBoxRibbonUIIsMinimized="True"...
View ArticleRadCombo with and ObjectData Source - selected value displays type name
My List is displaying correctly and filtering correctly however when selecting item all that is selected is the type name ??...
View Article