M
MajorTom
please, please
how is the easy way to handle enter key for a current cell in a datagrid
I have:
dgtbcColumna.TextBox.KeyDown += new KeyEventHandler(TextBox_KeyDown);
and is working but not for the enter key
I read that I have to override the datadgridcolumn style but I don't know
how to do that
any help ?
MajorTom
how is the easy way to handle enter key for a current cell in a datagrid
I have:
dgtbcColumna.TextBox.KeyDown += new KeyEventHandler(TextBox_KeyDown);
and is working but not for the enter key
I read that I have to override the datadgridcolumn style but I don't know
how to do that
any help ?
MajorTom