I have some controls structured like this:
<telerik:RadSplitContainer
<telerik:RadSplitContainer
<telerik:RadPane
<CONTROL
When the RadPane is not active, two clicks are required to fire mousedown events in the control.
Is it possible to do this with just one Click?
For example the Control van be a RadExpander... two seperate clicks are required to expand it
I noticed the RadGridView activates and handles mousedown, with just one click for example when it is placed inside a RadPane