Hi,
I have an ultragrid having a column with header containing checkbox (to select all rows in the grid). The TabNavigation property of ultragrid is set to SelectNextControl. I need to provide a facility that when the ultragrid is focussed (via pressing 'Tab' button on keyboard), the tab should be stopped on the CheckboxHeader of the grid. On pressing 'Tab' key again, the focus should shift on the next control on my form.
I have tried setting the checkboxheader's property IsTabStop to True, but this property has no setters.
Any suggestions regarding this is highly appreciated.
Regards,Nazish Kanwal
I can't think of any way to do what you describe here; the grid does not extend keyboard functionality for that checkbox. You might want to submit a feature request.
Thanks for your response Fallon.
- Nazish Kanwal