Custom Rad List View with radio and list of checkbox inside
Hello Chuong, Thank you for writing. Attached you can find a sample demonstrating how to achieve the desired functionality. Basically, you need to store the checked state in the data object, not in the...
View ArticleCustomizing the GroupBox
Hi, Thank you for writing. To make the header of RadGroupBox as wide as its content area you need to set the GroupBoxStyleproperty of RadGroupBoxElement to Office - see attached image. More information...
View ArticleDifferent format for Parent and Child elements in RadTreeListView
Hi,I am new to silver-light and Telerik Rad controls, i have a scenario to display data in the form of tree hierarchy, this data hierarchy contains only two levels(Parents and Child's), but i want to...
View ArticleRadEditor for SharePoint 2016?
Hi Everyone,I assume the RadEditor for SharePoint 2013 cannot be used in SharePoint 2016. Right?Is there any release planned for the RadEditor, and in general for the RadControls, for SharePoint...
View ArticleForced Update to Cordova Version > 4.1.1
Hello Jim, Thank you for elaborating on this. The latest Cordova 6.1 release includes the following framework versions: - Cordova-iOS 4.1.0 - Cordova-Android 5.1.1 This can be seen here. In AppBuilder,...
View ArticleFiddlerCore lost the Response data from server.
hi,I am using Fiddler core version -Mono JIT compiler version 4.2.1. We send request through fiddler proxy to server and get XML or JSON response from server. Response contains URLs; however every time...
View ArticleLink button to Kendo Grid add item event
Hello Austin, Please take a look at this Telerik Dojo illustrating how to add a row via an external button. Here's the code I used for the Kendo button and my add function:$("#btnCreate").kendoButton({...
View ArticleLink button to Kendo Grid add item event
Wow, I didn't realize it was that simple! I guess I just didn't know what search terms to use to pull up what I was looking for.Thanks for the quick help!
View ArticlePossible Diagram Bug?
When I do this in my javascript: var diagram = $("#template-diagram").getKendoDiagram(); diagram.bringIntoView(diagram.shapes[0], { align: "center" });This shows up in the...
View ArticleLong Loading Times IE 11
Hi Konstantin, Thanks for your answer.I also think, that the UI controls are not responsible for the long loading .. I think it has to do with IE version. For example, if i open my site (the main...
View Articlepopulating DropDownList with SP
Here is code snippet@(Html.Kendo().DropDownList() .Name("ChartSeriesDdl") .DataTextField("Text") .DataValueField("Value") .HtmlAttributes(new { style =...
View ArticlePanelbar children
[quote]Petur Subev said:Hi David, Basically when displaying child items you need a collection of objects which to display. In your case you have just a single item. Anyway if you want to display child...
View ArticleExcel Export of DateTime Value Not Exporting Time
I have a column in my grid that is defined as DateTime. In the grid, it displays correctly as "01 APR 2016 14:25". When I export to Excel I get "01 APR 2016 00:00" I've tried a number of things listed,...
View ArticleUsing nullable decimal fields to optionally set ValueAxis Min and Max
For now, I just stuffed the max Value into a field and am using that to set the default Max value (i.e., Max(Model.YAxisRangeMax.GetValueOrDefault(Model.YAxisMaxDefault)), which seems to be working (I...
View ArticleVirtual scroll with different height
Hello,I have a table that contain a lots of rows (3000+ rows). Each rows are text entered by the users. Some have 1 line of text, some have 100 lines of text.So each rows have a different height. I...
View ArticleRadTreeList - how to declare multiple parentKeys/DataKeys?
Hello KostadinThank you so much for the code. I have it working now. I was using a UserControl for RadTreeList but for some reason the expand/collapse does not work that way. So, I extracted the...
View ArticleProgrammatically select DataPoint in AreaSeries
How do i programmatically select a DataPoint in an AreaSeries?
View ArticlePossible Diagram Bug?
I figured out my problem here (the datasource had not yet retrieved all its values, so the shapes array was null)...
View ArticleUnable to Run Test List Remotely or Schedule Test Lists (not using TFS)
Hey Testers out there, I would like to recap our meeting with Elena and team. First of all thank you so much to Test Studio and their helpful team in getting all my servers working correctly with Test...
View Article