W
WineNCheese
If you take the combobox column style from somewhere like the datagrid
faq at syncfusion.com and replace the combobox with a button or
another textbox and then fix up the code to compile and run, there
will be a problem. When tabbing into the column in question, the focus
will enter the column on the tab key press, and move on to the
following column on the tab key up. This is obviously not what is
desired.
The reason I ask is that I wrote my own databound combobox control
(because the Winforms one stinks - can't turn off the border,...), but
when I use it in the grid like is done with the combobox example in
the syncfusion datagrid faq, I get the behavior described above.
Further investigation shows that I get that behavior with just about
any control (button, textbox) except the raw combobox.
Any ideas?
faq at syncfusion.com and replace the combobox with a button or
another textbox and then fix up the code to compile and run, there
will be a problem. When tabbing into the column in question, the focus
will enter the column on the tab key press, and move on to the
following column on the tab key up. This is obviously not what is
desired.
The reason I ask is that I wrote my own databound combobox control
(because the Winforms one stinks - can't turn off the border,...), but
when I use it in the grid like is done with the combobox example in
the syncfusion datagrid faq, I get the behavior described above.
Further investigation shows that I get that behavior with just about
any control (button, textbox) except the raw combobox.
Any ideas?