Hi,
I have an application using RadControls for WinForms C# (v.2012.1.321.20) and I got some issues with RadLabels. There's a RadPanel capturing Key-Up Events and 2 RadLabels above the panel just to show some information about the key pressed (labels dont capture any event, just the panel all the time), and it works fine except for the 4 navigation keys: Up,Down,Left and Right. When one of those keys is pressed the panel miss it twice, and just on the third time the panel get the event. It looks like the navigation key is changing the focus between these 2 labels and the panel, and I tried a lot of things to avoid this like:
- Set label's "Focusable" property to false;
- Create an "Preview KeyDown" event that set focus on RadPanel before the KeyUp event is handled;
Nothing fixed it out and radlebels still getting Key-Up events instead of RadPanel, so I would like to know if there's any solution for this issue (because it's not happening with others controls above the panel like Microsoft Label Control).
Thanks!
I have an application using RadControls for WinForms C# (v.2012.1.321.20) and I got some issues with RadLabels. There's a RadPanel capturing Key-Up Events and 2 RadLabels above the panel just to show some information about the key pressed (labels dont capture any event, just the panel all the time), and it works fine except for the 4 navigation keys: Up,Down,Left and Right. When one of those keys is pressed the panel miss it twice, and just on the third time the panel get the event. It looks like the navigation key is changing the focus between these 2 labels and the panel, and I tried a lot of things to avoid this like:
- Set label's "Focusable" property to false;
- Create an "Preview KeyDown" event that set focus on RadPanel before the KeyUp event is handled;
Nothing fixed it out and radlebels still getting Key-Up events instead of RadPanel, so I would like to know if there's any solution for this issue (because it's not happening with others controls above the panel like Microsoft Label Control).
Thanks!