Datagridview : allow focus only in column 1

Ultrawhack

Well-known member
Joined
Jul 5, 2006
Messages
164
Location
Canada
Programming Experience
3-5
I use a view-only-no-edits-no-add datagridview bound to my table. I would like to dragdrop only (selectedRow,column1) to a listbox.

Dragging over a normal Datagridview highlights other columns as 1 drag and would cause misunderstanding to end users.

Can I allow focus only in Column 1 in any selected row and lock all other columns ?
 
Back
Top