
We have a winform with a radautocompletebox. I have toggled the Autocompletemode from append to suggestappend and found that if it is set to suggestapppend and when the TAB key is pressed, the key_down event is not firing. As for the append mode, the event fires. So the question is, how can I use the suggest or suggestappend mode and when I press the TAB key the key_down event fires? The event does fire if I press the TAB key a second time.
Thank you,
Jim

|
RadDateTimePickerElement dtPicker = new RadDateTimePickerElement(); |
| dtPicker.Name = "dtPicker"; |
| radRibbonBarButtonGroup9.Items.Add(dtPicker); |

I have a property grid. Property name = Appearance and has child cursor,font,Imagelist,... But ai search Appearance has not result. I expect search with property name= Appearance . has result with child.




I don NOT want a ToolWindow float. I have disabled the ContextMenuService and the DragDropService. But end-user still can double click the title bar to make the ToolWindow floating. (Double-clicking the title bar of a ToolWindow un-docks the panel so that it floats. Double-clicking the title bar of a floating window docks the ToolWindow.)
How to disable the double-click event to prevent the ToolWindow floating?
Hello,
I tried to create a calculate control as in my attachment
Each buttons not only have text (1, 2, 3, Enter...etc) but also have background color is kind of gradient so my ideal is use the background image.
But when I tried to set background image for RadButton then I couldn't.
Please help to to solve this, or should someone give me any ideals.
Regard,
Paul
