C
chook.harel
Hi, I'm using a DataGrid on my form,
which has also a few Textboxes.
Now, i've reset all the TABSTOP to false,
cause i wanted and i am controlling the tab presses via code (play with
the focuses)
But when I click TAB on the datagrid, no event raises...
I've tried a custom inherit of the DataGrid KeyDown, but still I get
Zero response
from this key.
When I change the datagrid's to tabstop=true, it doesn't change
anything
and if I change a textbox to tabstop=true then the focus is turned into
that object,
again, with disregarding my code entirely...
Can anyone explain why the Datagrid isn't acting like the listview I
used before?
which has also a few Textboxes.
Now, i've reset all the TABSTOP to false,
cause i wanted and i am controlling the tab presses via code (play with
the focuses)
But when I click TAB on the datagrid, no event raises...
I've tried a custom inherit of the DataGrid KeyDown, but still I get
Zero response
from this key.
When I change the datagrid's to tabstop=true, it doesn't change
anything
and if I change a textbox to tabstop=true then the focus is turned into
that object,
again, with disregarding my code entirely...
Can anyone explain why the Datagrid isn't acting like the listview I
used before?