Checkbox not working
Hello David,I'm afraid that the k-checkbox-label class is not designed to work with Html.CheckBoxFor. This is due to the fact that Html.CheckBoxFor will render two input elements but the...
View ArticleGroupSettings-Width in code behind
Thank you, but perhaps I did not explain what I wanted, the first example here is what I need (root item scroll ?) http://demos.telerik.com/aspnet-ajax/menu/examples/multicolumnmenu/defaultcs.aspx
View ArticleTrigger and Upload from OnClick
Yes, correct. It only looks like working in that the event is actually triggered, but is empty (does not carry e.filescollection for example).
View ArticleOptional Pages in RadWizard
Hello Connor, I am afraid the IsEnabled property will not work in this case. As my colleague Vera said, the recommended approach for skipping pages in RadWizard is to use the SelectedPageIndex...
View ArticleHorizontal Linear Gauge clips min value label (decimal)
Hello,Thanks for the update. Have a great weekend! Regards, Dimiter Madjarov Telerik Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
View ArticleHow to Custom TreeList Built-in Command
Hello, You can handle remove event and show confirm dialog and if the action is cancelled prevent further execution. Example - http://dojo.telerik.com/@rusev/eHAvu remove: function(e) { if...
View ArticleOptional Pages in RadWizard
Hi Yoan, I am using selectedpageindex to actually skip the pages. I am asking if there is a recommended approach to a bindable flag on the page that indicates to skip it.
View ArticleBuild a Photo Album - blank screen at end of step 1
Hi all, @Zdravko Thanks for your input, indeed, this is correct. Usually a small JavaScript error can break the UI. You can observe these errors in the Developer Console of your browser that runs the...
View ArticleTestStudio doesn't work with Chrome 45 & Firefox 37
Hi Boyan,Sure, thanks a lot! :)Thanks, Chandresh
View ArticleIsSnapToItemsEnabled and IsSnapToGridEnabled
Hello Bayram, You are right - when the IsSnapToItemsEnabled is set to true the items are snapped while dragging operation is executed. If you don't need this functionality you can set the property to...
View ArticlePrinting and security context issues?
Hello Rob, Actually, when running with elevated trust you should be able to print silently with the Print() overload accepting settings by specifying the UseDefaultPrinter property. Is that option not...
View Articlecannot play .mp4
Hello Ramprit, As explained in the copied text you provided, these destinations are interpreted as special folders by Visual Studio. You will need to place your video files in different folders or...
View ArticleGrid: descending sorting and adding new record with inline editing
I'm also facing the same problem and this is causing a huge headache here! When I sort a column, my row that was not saved is then automatically added to the grid.Daniel
View ArticleRadGrid.Rebind() not firing NeedDataSource
Hello, Setting the DataSource property to null (Nothing) is required when the ViewState for RadGrid is disabled. Check out the following article that describes the approach in more...
View ArticleExport Html Headlines
Hi Sebastian, It's completely possible to create a custom style definition with the same characteristics, i.e. a linked style that is shown in the gallery and will be included as an entry when...
View ArticleCustomize only one aspect of skin for Tabstrip
Aneliya,It looks like going with the RadTabStrip in Lightweight render mode would be the best option. I attempted to search from examples but your help would be appreciated.Thanks
View ArticleIssue with Anchoring in Detail Section of Telerik Report Viewer
Hello Anurag, Please check the attached report which demonstrates how to apply anchoring to text boxes in the detail section. The approach worked correctly when we tested it locally. Regards, Nasko...
View ArticleTest Studio - Unable to find element when they are in an iFrame
Hello Hamza, This is duplicate of ticket number 954797. Please let's continue the discussion there. Regards, Boyan Boev Telerik The New Release of Telerik Test Studio Is Here! Download, install, and...
View ArticleChartView and PrintVisual
Hello Andrew, It is possible that this was some problem in an older version, but there is no easy way of finding what could be the reason for this. I suggest you either upgrade to the latest version,...
View ArticleKendo grid's "Server" vs "Ajax" method?
When I use Ajax, the Model parameter in a custom pop-up editor template is not the selected value. It's a default value, or null. I can still bind to Linq expressions in the helper on the editor...
View Article