Primary Target changing
Telerik Test Studio identify the element based on the identification logic defined in Project Settings.I suspect you are facing this problem because QAAutomationSpan element identification logic...
View ArticleCombobox AngularJS ng-model binding issue
I have two comboboxes on the same app view. One works properly and the other one doesn't. The issue is that the workOrderType combo isn't showing the selected/existing value that's already in the...
View ArticleChart data field starts with a number
Hi Joey, Conventionally, you should not put numbers in the beginning of your property names. Take a look at this documentation on JavaScript Objects from MDN. Regards, Patrick Telerik Join us on...
View ArticleAdd color circle next to each option
Hi, I'm using custom editable template.I would like to to add next to each option on my...
View ArticleRecurrence EventTemplate
I have an event template:<script id="event-template" type="text/x-kendo-template"> <div style='background-color: #=Color#'> <span>#= title #</span>...
View ArticleAuto Generate Bug through Command Prompt to TFS
Hello Chelsea, If you enable Auto-submit, as shown in the attached screen shot, it should work. Regards, Cody Telerik The New Release of Telerik Test Studio Is Here! Download, install, and send us...
View ArticleDelete all rows on pageload
Hello, Regarding the error you received it is caused by the fact that the grid is not populated properly because you have set both DataSource and DataSourceID at the same time. For example if you have...
View ArticleLoad data for each grid page as needed
Hi, Give them a try and let us know in case you need additional assistance. Regards, Pavlina Telerik Do you want to have your say when we set our development plans? Do you want to know when a feature...
View ArticleEditable Fields in Grid Details
Hi Sergey, Thank you for the question. The Kendo Grid incell editing mode prevents data rebinding. This is part of the incell editing logic - the changes are saved and the grid is rebound only after...
View ArticleNeed help with automating Kendo Grid Filter menu using Selenium C# code
Hello All, Can any one please help me with the below selenium automation example for the Kendo Grid filter menu. Appreciate your help. Thanks....
View ArticleRecurrence EventTemplate
Fixed it:<script id="event-template" type="text/x-kendo-template"> #if(start >= new Date()){# <div style='background-color: blue'> #}else{# # if (ProcedureCode...
View ArticleAuto Generate Bug through Command Prompt to TFS
Hi Cody,In the screenshot, your Team Foundation Server has a green checkmark beside it. Mine has the black circle with the line through it like the icon beside your TeamPulse Server.Do you know why...
View ArticleBest practice to implement Shift+F3 behavior (change word case like MSWord does)
Thanks,I've fixed the issue with selection.I tried to use InsertInline but it works only if you select one whole span.As I asked before. IS there a way to force document to be redrawn?Regards,Daniel
View ArticleContextMenu
Hello Norman, Thank you for writing. The list view does not support context menu out of the box, but if you are ok to use DisplayActionSheet instead, this could be achieved, although some...
View ArticleCombobox AngularJS ng-model binding issue
Looks like I posted too soon. The issue was a typo in the ng-model="detail.WorKOrderTypeId". It should not have had a capital K in the WorK.
View ArticleDragResizeSlotHighlightContainer
Hello Martin, The OriginalEvent property is not available for the DragResizeSlotHighlightContainer because this container has a different DataContext type from the EventContainer's. The DataContext for...
View Article*rd.xml files in the library make the .Net Compiler fail the serialization step
Hello Ves,thank you for your answer. I tried to remove most of the content from the *rd.xml files, I just left the xml header and the Directives content, here's an example:...
View ArticleRadComboBox in Grid EditForm Template
I forgot to include the code of the ListHelp object and method that's in the ItemDataBound event.publicstaticvoidFillEmployees(RadComboBox list, int? selectedId = null){ var client =...
View ArticleStyle Colors with DocxFormatProvider
Hello Thomas, Indeed, this is an issue in the DocxFormatProvider related to the priority of the different colors, set to the style. In this case, the theme color, which is with higher priority, is not...
View Article