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

silverlight - Applying a style to ItemContainerStyle in C# -

c# - NullReferenceException in MySqlClient.NativeDriver -

php - Updating recent updates - Problem in procedure - Any other approach? -