GridView ExportCommand
Hi,thanks helped a lot, but how can i export some empty columns which are not in the GridView? ThanksRene
View ArticleGridView ExportCommand
Hi, solved, but one last Questions. How do i add some GrindLines to the exported pdf? I Use the "GridLinesVisibility="Both"" Property in my GridView, but on my Document they are not visible?! Thanks Rene
View ArticleGroup Footer row style messed up on expand/collapse group
Hi Stefan,After modifying code you have provide I am able to reproduce the bug. I am attaching t the screen shot of the bug.The difference I can see in code setup is, I am setting ShowGroupFooters...
View Articlerun-time not restarting on reboot
I have 5 virtual machines setup to run tests during the week. Over the weekend our VMs reboot to pickup any windows updates and to refresh the systems. When the systems reboot the run-time edition...
View ArticleWhatever you do, don't quit this!
Hi, No plans to stop it as of now :D Regards, Tsviatko Yovtchev Telerik by Progress Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is...
View ArticleWhere is the "ClearButton" method in the fluent interface
Hi Mike, You can disable the X button with the following CSS class .k-icon.k-i-close { display: none; } or through the autocomplete widget client API -> the clearButton configuration option.There is...
View Articlesetup instuctions incomplete
Hello, Could you, please, unzip the attached file to the folder where you extracted Fiddler? Then start fiddler like this: mono --debug Fiddler.exe Then, please, copy the exception stack trace here....
View ArticleFree components.
Hello, Unfortunately we do not offer any free components for WPF as you must purchase the licensed version in order to use the product. We do offer a free trial so that you can test the tool, but...
View ArticleFree components.
Hello, Unfortunately we do not offer any free components for WPF as you must purchase the licensed version in order to use the product. We do offer a free trial so that you can test the tool, but...
View ArticleEditor Minimum
Hi Lee, You can set the editor height under 200px with the CSS class below:<style> .k-editor iframe.k-content { height: 80px !important; }</style> Best regards, Rumen Telerik...
View ArticleGet plain string from HtmlFormatProvider string
Hello Shalin, If you are trying to use the API of RadRichTextBox in a non-Silverlight application, I would suggest you use the WPF version of the control. The Silverlight version uses the API provided...
View ArticleWhy is the Enable/Disable the profiler an IDE setting?
Hi, That is unfortunate this setting is a part of the IDE. That setting only sets and unsets the environment variables. That is how the CLR works. If the environment variable is set it attaches the...
View ArticleKeyboard Navigation issue in RadGrid with IE11
Hello Kesava, IE11 was officially released on 17 October 2013, while version 2013.2.717 that you use is released on 17 July 2013 months before the appearance of IE11. Therefore it does not support...
View ArticleSetting and Changing RadNumericTextBox Positive and negative patterns Through...
Thank you Vasil for the quick reply. Sorry I left out, this is all happening in a RadGrid. Turns out the issue is the line below. It's pulling the first row "[0]" I need to find out a way to...
View ArticleKeyboard Navigation issue with radgrid in IE11
Hi, IE11 was officially released on 17 October 2013, while version 2013.2.717 that you use is released on 17 July 2013 months before the appearance of IE11. Therefore it does not support IE11. We...
View ArticleNot progressing past Coded Step
Hello Nikolay, Here is the information for you. Jing kept crashing on me for some reason, but I have a screen capture of the test steps. I have tried to move the coded step around with the same results.
View ArticleCombineMode
Hi Jon, In case you want to present different chart series on the same chart, just add those series to the chart. This is demonstrated in Axis Types > Multiple axes example in our demo application....
View ArticleRemoving Managers from RadEditor
Hi Eli, The file browser dialogs such as the Image Manager and the Document Manager use lazy loading which means that their scripts are loaded only when the user loads these dialogs. Regarding this...
View ArticleSuccess message or not after deleting a row
Hi Juan, I encourage you to take a look at the Kendo UI Notification Overview to see how it could be implemented in your scenario. Without knowing much about the particulars of your Grid, I think one...
View Article