Hi Telerik team,
What would be the best way to assign a shortcut key to a CollapsiblePanel?
The down below lines did not work for me!.
RadShortcut shortcut1 = new RadShortcut(Keys.None, Keys.F4);<br> this.radCollapsiblePanel1.RootElement.Shortcuts.Add(shortcut1);<br>or<br> this.radCollapsiblePanel1.CollapsiblePanelElement.Shortcuts.Add(shortcut1);<br>
Hi,
There is any way to show a whole week on a day view as the attached image?
Looking forward for your answer,
Pham Thanh.

Hello,
I am new to Telerik, so maybe there was an answer to this subject, but couldn't find it. So what I need is auto height of autocompletebox. So when new box is set to new line, I want the whole control to change height, up to maximum 4 lines (then vertical scrollbar shoud show up). But also if I delete some of the boxes, the control should lower it's height.
I tried with
private void VScrollBar_ValueChanged(object sender, EventArgs e)
{
this.radAutoCompleteBox1.TextBoxElement.VScrollBar.Value = 0;
this.radAutoCompleteBox1.Size = new Size(this.radAutoCompleteBox1.Size.Width, this.radAutoCompleteBox1.Size.Height + 10);
}
but it can only increase height, but cannot decrease height. I also tried to get number of lines, but it is always 0.
Thanks
Ivan

Hello,
I have a RadListView with custom VisualItem (see first png) and my goal is to remove the highlight on selected item. Is there a way how to disable this feature in program so I dont have to create new theme?
And second question is about that little X buttons, I want to assign them a theme, but they are not RadButtons, but RadButtonElements and they seems to have no Theme property.
Thank you.
Hello Team Telerik,
I want to ask how can I have a 3D chart. How can I do this?
Is there a property which set the chart in a 3D mode?
Another Problem I have is that I cant add a radLabel to a radGroupBox programatically.
Thanks very much
Kind regards,
Alfonsina

Hi All.
I am working with Telerik 2012 Q1. I have used a RadDataGridView. I am facing a problem here.
When i am trying to navigate from one cell to another cell, by using Tab Key. It is not working. But It is navigating using arrow Key.
Please help me, what i am missing here .
I need an immediate help.
Thanks
Neel


Hi I am wraiting an application where I need to do something at the begining of every appointment using the radscheduler.
How can I have an event every time that an appointment is starting without opening the alarm window of the radremainder?
Thanks for the help

I have a winforms project which uses "plugins" which get resolved at runtime. The core project loads and displays user controls that are defined in the plugin .dlls. I have recently updated my primary project to use version 2015.3.930.40 versions of the controls.
When it now tries to load a "plugin" that references an older versions (example 2014.2.715.40) in gets an error.
I cannot control which versions of plugins other developers use to make their plugins and I need to make sure I load them by reflection.
I saw this older thread from 2010: http://www.telerik.com/forums/how-to-make-telerik-assemblies-of-different-versions-coexist
I was hoping there was a to fix this now.
Thanks in
advance for any help,
-Scott
