views:

25

answers:

0

Hi,

I have a DataGridView which allows me to enter name/value pairs. The names are pre-defined, so the user just needs to enter a value. I have made the name (the first) column read-only so it can't be changed - that's great, but it can still be selected, and indeed, is by default when the form is displayed. Is it possible to make this (a) column no-entry, so it's not possible to select it? I think I've gone through all options in VS2010, and I've searched on Google but I can't even find someone else asking about it.

Many thanks

Ludwig