Click here to Skip to main content
15,997,912 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
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
Posted

1 solution

Cell Blink for DataGridView[^] is C# but you should be able to convert it to VB.Net fairly quickly.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900