.net - VB.NET datagridview, I want the user only to be able to select rows and not individual cells -


i want user able select rows , not individual cells in vb.net datagridview.

is there way make happen? don't see option datagridview object control via properties.

you're looking datagridview.selectionmode property.

you want fullrowselect.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -