Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
490
Enable TabStop on CheckboxHeader
posted

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