c# - DataGridView first column,first row, is selected on Load, I don't want this -


so first column in first row selected, can't figure out way have gridview has no selected cells. help?

i had same issue , nothing working. solution worked me setting 'tabstop' property false , calling clearselection() method after data bind.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -