Hi,
It seems that the RadMarkupEditor never gets focus (Focused = false) even when you are typing something (in DesignView). Is this normal behavior?
Thanks,
Tom
Hi,
I cannot find Office 2013 white theme in Telerik controls. Only can find Telerik.WinControls.Themes.Office2013Dark and Telerik.WinControls.Themes.Office2013Light. Is it not supported or I need to use alternative theme?
Regards,
Hi,
What is the correct way to compile controls from source? I've opened RadControlsVS2010.sln and tried to compile this but I have a lot of errors (metadata files missing, .dll's not found).... Ok, I am using VS2012 not VS2010, I don't know whether this makes a difference????
Is this even the correct method in the first place?
Thanks.
Is there a property for RadRangeSelector that will let me control the minimum selected range? It looks like the rangeselector thumb is forcing me to a minimum selectable range of 3, which is 3% of the total 0 to 100 range. I need to be able to get it down as close as possible (with the only limitation being the radselectorthumb elements do not overlap).
Basically, I have a very large data set, and I need a selection ability in the 1 part in 30000 range. Right now the best I can do (with two cascaded radrangeselectors, one feeding the second) is 3% of 3% which is 0.09%. which is still 27 times greater mapped range than I need. If I can get the minimum selection down to 1%, then I can cascade two radrangeselectors to get me in the 1 part in 10000 range and that should be ok to get by for now.
Manoj
Hi,
I have a RadMarkupEditor on my form and I want to execute some action when the text in the editor is changed. Since this control inherits from System.Windows.Forms.UserControl we can subscribe to the TextChanged event. Unfortunately this event is never fired. Is this normal behavior? Is there any other event I could use to achieve the same?
Thanks,
Tom
For several projects I need to reuse the old version of Telerik (Q1 2010), and I need to be able to use them in Visual Studio 2012. The installer wants to integrate Telerik solely with VS until 2010. When installing Q1 2010, the VS.2012 designer displays the forms properly, but does not allow to change them/move - nothing.
I can only add the Telerik controls to the Toolbox by hand - and that's ok, but I still want to be able to use them in the project.
Is there any way to install Telerik older controls to Visual Studio 2012?
Best regards
Is there a way to allow users to press a key to quickly navigate to rows beginning with that letter?
(Assuming that users would be searching on the first (text) column of the grid and that this column is sorted alphabetically).
Thanks,
-Lou
Hello,
How can I change the AllowedRoles of Fields in a Pivotgrid.
Best regards
Thomas
Hi,
I am trying to set an initial path in a browse-for-folder editor. I have tried:
rbrIISNewWebsiteLocation.Text = Application.StartupPath;
and
(rbrIISNewWebsiteLocation.Dialog as FolderBrowserDialog).SelectedPath = Application.StartupPath;
but in both cases the text displays '(none)' and when I click the browse button is opens at the root of my computer?