I have a datagrid view that loads data from a database. This is unbound datagridview. The columns are Description, UPrice, Quantity and Total
Description UPrice come from database then quantity is typed. I want it so that when my datagrid loads, cursor goes to Quantity column and it is shown blinking like we have in text boxes.
Please advise how to do it. Thanks