G
Guest
i want the enter key press wll be an event
this is my eventhandler header
this.dataGrid1.KeyPress+=new System.Windows.Forms.KeyPressEventHandler(this.dataGrid1_KeyPress)
is it ok
and how do i write the method, the datagrid doesn't react when i press any key (i tried to debug and i saw that nothing happens when i press any key
i read the link that i got from here but it didn't help me to understand how to do it..
thnak yo
this is my eventhandler header
this.dataGrid1.KeyPress+=new System.Windows.Forms.KeyPressEventHandler(this.dataGrid1_KeyPress)
is it ok
and how do i write the method, the datagrid doesn't react when i press any key (i tried to debug and i saw that nothing happens when i press any key
i read the link that i got from here but it didn't help me to understand how to do it..
thnak yo