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>Thanks,
Abbas
