color change
Hi Abbas, Thank you for contacting us. If I understand you correctly, you want to change the color behind the scrollbar thumb. In order to apply the desired color, you can use the following code:...
View ArticleStyling RadTab
Hi, This is the way to set a specific height to the TabStrip:<html xmlns="http://www.w3.org/1999/xhtml"><head runat="server"> <title></title> <style> body {...
View ArticleLosing multiple selection on mouse right click
Thanks Dess!That works.One more question.I am trying to make a popup menu using RadPanel,how to let the RadPanel act as other menu(when we click out of the RadPanel,the RadPanel will hide...
View ArticleradHtmlChart Series Labels extend out of Chart Area
Hi Cecilia, You can either set different position of the series labels (e.g., inside the series) or set a negative value for the plotarea's margin. Regards, Danail Vasilev Telerik by ProgressDo you...
View ArticleViewModel, Button and the enabled binding
Hello Heath,The functionality you are after is documented here: http://docs.telerik.com/kendo-ui/framework/mvvm/observableobject#dependent-methods. You should use the dependable method by using the...
View ArticleUpdate Cell Contents with JavaScript
Hello Terry, Following is a dojo example demonstrating such implementation:http://dojo.telerik.com/OXIGO Hope this helps. Regards, Konstantin Dikov Telerik by Progress Do you want to have your say when...
View Articledata access - stored procedure - restore database error 3013
Hi Marco, Thank you for contacting us. In order to help you with troubleshooting the behavior you are experiencing, we would need some additional information:Are you using Microsoft SQL Server or...
View ArticleWhat type of control is this?
Hi Jeff, Actually, for the demos navigation we have not used any of the Kendo UI widgets - it is achieved by using only HTML and CSS (more specifically CSS transitions). Regards, Iliana Nikolova...
View ArticleValidation in hierarchical Grid
Hello, You can implement a custom validation rule using the approach demonstrated in this documentation topic. In order to find the parent row start and end values you can search for the parent row and...
View ArticleAutoCompleteBox SelectedItems Binding problem
Hello Stefan, I am sorry for my misunderstanding. Actually this is a known error related to a timing issue in WPF platform. More information can be found in the official social MSDN forums here:...
View ArticleDynamic Fields
Hi Ryan, Currently the TKDataForm can be loaded only from a single source object or JSON. You cannot have different groups loaded from separate sources. When you get the remote data you should create a...
View ArticleAutoCompleteBox SelectedItems Binding problem
Hello Yana, thanks for your reply. However, if this would be a timing issue the RadAutoCompleteBox is even more broken as the control is fully rendered and no items are changed. So what does...
View ArticleAutoCompleteBox SelectedItems Binding problem
Hello Yana, just to mention: I'm not using the RadTabcontrol. It's the standard WPF TabControl. Thanks, Stefan
View Articledata access - stored procedure - restore database error 3013
I'm using Microsoft SQL Server Stored Procedure:ALTER procedure [dbo].[CreateNewProjectDatabase] @ProjectName varchar(100), @ProjectDescription varchar(500), @FK_TypicalArt int, @FK_KommTypicalArt int...
View ArticleDifferent fonts after upgrading ASP.NET AJAX
Hello Daniel,The following article explains how we use fonts: http://docs.telerik.com/devtools/aspnet-ajax/general-information/controlling-visual-appearance/fonts.The notable thing is that the...
View ArticleDefinition files correction for TypeScript
Hello Matjaž, Thank you for the suggestion. I forwarded it to our developers' team for evaluation. I will also appreciate if you submit a feature request in our UserVoice portal. This will help us get...
View ArticleTurn off theme for RadPrintPreviewDialog
Hi Hristo,AllowTheming works, but i can't press on window buttons on maximized window. Another workaround works fine!ThanksAlex
View ArticleTileViewItem layout position not maintained when Maximize and minimize
Hi MinSu, One approach which you can try to maintain the scroll position when you minimize the maximized item is to use the BringIntoView() method of the RadTileView control. Basically, you can...
View ArticleKendo Upload with Display File
I am using Kendo File Upload for upload files and after uploading I convert the file to Byte array and save it on Database in the Binary data format. My requirement is I want to display the uploaded...
View Article