Replaying SAZ files from the command line
Hi, Iris-- In general, I'd recommend that you use the APITest tab in Fiddler (see http://www.telerik.com/blogs/api-testing-with-telerik-fiddler). FiddlerCore's object model provides many ways to send...
View ArticleMultiple appointment types
I need to have more than one appointment type, let's them be AppX and AppY, both derived from your Appointment class. One may have properties that the other does not, but at a minimum both have a...
View ArticleMulti filter?
Is multi filter supported for treelist columns or is there another way to do this?Filterable(f => f.Multi(true))
View ArticleCould not establish trust relationship
Resolved this with a post Eric had already made here...http://www.telerik.com/forums/firefox-36-0-breaks-fiddler-https-decryption#lqgIHIvos0qnERndygnFuA Turned decrypt https off and had Fiddler remove...
View ArticleHide header and footer of Main report in Subreport
Hi, I want to hide header and footer of main report, in subreport.Ignore header and footer of main report, in some of sub reports.
View ArticleFind and updating item
I have tried to locate a solution for this but not been able to find a clear solution What i am trying to do isI got at kendolistview with template, defined as "<li>sometext</li>, on a...
View ArticleLoad test will only run locally
Hi Chad, Thank you for the clarification. I guess the GUID is not actually part of the path. I'm just not used to seeing it displayed like that and incorrectly assumed it was part of the path. I see...
View ArticleGridview ComboBox Column
Hi,I have a gridview with one combobox column that its populated depending of the value entered in column 1. The combobox column is populated as expected, but, if I save the values and open the record...
View Articlemy datasource is my model...
Hi there, I need some help with the "conversion" of a datasource into a view model.I made a simple page for test and I started it with some local JSON, the page is the following one:<div...
View ArticleAdding an Item with checkbox to RadComboBox
How can i add checkbox to radcombox usng programming
View ArticleSlider Top Border
I'm using a slider with a tab control inside the slider, and i'd like to turn off the 1px border that runs along the top of the slider, but keep the side and bottom borders. thanks!
View ArticleWCGA for Multiselect
Html.Kendo().MultiSelect fails WCGA validation giving error message of missing label. This is caused by the extra <input class="k-input k-valid"> that the control generates which has no Id...
View ArticleWCGA for Multiselect
That is for WCAG 2.0 compliant check using Chrome extension Wave Tool
View ArticleTimeline - Appointment relative position when Grouping by resource
I am working on the timeline of the Schedule control of UI for WinForms. My purpose is to show maximum number of resources and all of their appointments so that we do not need to scroll to see...
View ArticleMerged Column Group header problems
Hi Stefan, Thanks for the snippet, i've got it to partially work so far. I've got a question regarding a style that we use:<telerik:DataCellsPresenter x:Name="PART_DataCellsPresenter"...
View Articletransport.destroy of Grid Editor is not working
Hi guys, Currently I have this problem when trying to delete a record from a Kendo grid.I have an id field in the model, the editable is set to "inline" and I'm not setting the batch button. what...
View ArticleFirefox 36.0 breaks Fiddler HTTPS decryption
Hi, Maxime-- The problem here is not actually related to wildcarding, but instead relates to the fact that the trust chain to the root certificate is broken. You can resolve this problem (using...
View ArticleReplaying SAZ files from the command line
Hi Eric,Ok, thank you for the pointer. API testing is a wonderful feature!Iris
View ArticleRemove indenting of detail tables
Figured it out.<styletype="text/css"> .rgExpandCol { display:none !important; }</style>
View Articlespreadsheet & angular?
I'd like to use the spreadsheet widget, but via angular. I tried something like this: <div class="container-fluid" ng-controller="planner.PlanEditorController as shot_planner">...
View Article