Search as you type not working
Hello Roy, Actually, we have already fixed the issue. The fix will be available for you with our next internal build (next Monday). Regards, Yoan Telerik by ProgressDo you need help with upgrading your...
View ArticleEmbedded Controls Behave Improperly
Hi Thanos, By default, RadWizard reuses a single ContentPresenter for holding the currently selected page. Each time the selection is changed, the content of the last active page is unloaded in order...
View ArticleDefer Filtering on RadGridView
Hello Charlie, I'm afraid that the desired behavior cannot be achieved with the current implementation of the control when using the FilterRow FilteringMode. You could, however, achieve the desired...
View ArticleRefactoring Test Files
Hello Dan, Your approach is quite intelligent and I guess it will be much easier for you to maintain your tests. Please note that 'Run To Here' executes all steps including the test as steps. This will...
View ArticleBug, text input in a modal view has undefined background image
Hello Matt, I inspected the Kendo UI ModalView and could not determine a background-image pointing to a non-existing URL. Please see screenshots attached. Could you please provide a screenshot in...
View ArticleExpanding Row Details on New Row
Hi John, Generally, you can bind the DetailsVisibility property of the GridViewRow to a property of your business object(for instance IsExpanded):<telerik:BooleanToVisibilityConverter...
View ArticleTelerik Test Studio not saving *.aiiresult file
Hello Daniel, This is a duplicate of ticket number 1058978. Let's continue the discussion there. Thank you! Regards, Boyan Boev Telerik by Progress The New Release of Telerik Test Studio Is Here!...
View ArticlePartially different build numbers
Tanya, Good Morning. I had already made this change, but it did not work. When I opened the Visual Studio appeared two versions of the DLL tab of references, but one of them was with warning sign, with...
View ArticleRetain Grid Group State After Grid Refresh
Hello Matthew, You can check the following implementation to achieve this requirement:http://docs.telerik.com/kendo-ui/controls/data-management/grid/how-to/persist-grouped-grid-collapsed-details-state...
View ArticleTreeListView with a ListCollectionView is leaking the performance
Hello, Please excuse me. It is my bad. Here is the correct link to the public portal. Regards, Ivan Ivanov Telerik by Progress Do you need help with upgrading your AJAX, WPF or WinForms project? Check...
View ArticleCannot move appointment window around
We're using a custom appointment form as an AdvancedEditTemplate and AdvancedInsertTemplateOur users want to be able to move the form around so they can see the agenda underneath.Is there a way to...
View ArticleScheduler CRUD ops all want to use 'GET' type
I'm having an issue with an instance of the kendoScheduler. What's going on is, all crud operations, in addition to read, seem to want to use the 'get' type. I'm using the code from the demo on this...
View ArticleAutoCompleteTextView within UITableViewCell automatic scrolling
Hello Ryan, Your custom solution sounds like a good option to handle scrolling to a non-UITextField view. Could you elaborate a bit more on the conflict that you are experiencing? Regards, Todor...
View ArticleCompatibility with PRISM
I'm researching various WPF Control Libraries for a large upcoming project, and am wondering what type of compatibility Telerik WPF has with PRISM 5.0? The project is for Windows 7 machines, but I have...
View ArticleDropDownList server filtering - do I need additional action?
Hello Dimiter:My filtering is still not working.@(Html.Kendo().DropDownList() .Name("experimentList") .DataTextField("ExpName") .DataValueField("ExperimentID") .HtmlAttributes(new { style =...
View ArticleNot Implicitly Typed Local Variable
Hello, There is nothing special about it, the default value is just our internal coding convention and it turned out to be well accepted by our clients. The var vs explicit type debate doesn't have a...
View ArticleTrouble getting tooltip content to update using AngularJS
Thank you very much. This really helps a lot.
View ArticleList of icons
Hello Jacob, All the icons used in RadPddfViewer are available in the source code under the Controls\PdfViewer\FixedDocumentViewers\Images folder. You could download a .zip file with the source of the...
View ArticleTreeList with Id and parentId string type
Hi Boyan,I'm in a similar situation as OP, using MVC Razor code and your solution is in javascript showing how to set the id and parentId to type string. How one set that up in MVC.Thanks,John
View Article