Put coding on some column event in datagridview
Hi all, I've some problem with datagridview.. I want to ask how can I put some coding on some column event in datagridview? Example, the datagridview contain bindingsource with datatable, and have 4 column.
I want when user press "F3" key on column1(only column1) then it will do some command.. how can I put coding on the column1 keypress event?
Thanks.