Key Up/Down on DataGrid
-
Hi all ... I have the following problem ... please, if any body can help me, i will be very thankful ... While the focus on the datagrid control the handled functions 'Key Up' and 'Key down' did not called.. This means that the datagrid does not accept the keyboard keys.. any one can express that ... Thnx alot ... :~
-
Hi all ... I have the following problem ... please, if any body can help me, i will be very thankful ... While the focus on the datagrid control the handled functions 'Key Up' and 'Key down' did not called.. This means that the datagrid does not accept the keyboard keys.. any one can express that ... Thnx alot ... :~
hi, Once you have focus on your datagrid object then it will always handle these events. KeyPress -> KeyDown -> KeyUp ************************** S r e e j i t h N a i r **************************
-
Hi all ... I have the following problem ... please, if any body can help me, i will be very thankful ... While the focus on the datagrid control the handled functions 'Key Up' and 'Key down' did not called.. This means that the datagrid does not accept the keyboard keys.. any one can express that ... Thnx alot ... :~
They will not be called for Datagrid, but they will be called for DataGridTextBox.