DataGridView make some rows read only

  • Thread starter Thread starter Brano
  • Start date Start date
B

Brano

Hi all,

I have a datagridview that has one column it is of type
DropDownListColumn but I only want the user to be able to add new rows
by making a selection from the dropdown. I want all the other rows to
be read only. I tried to handle this on the row level but I have no
luck with it. Anyone knows any solution? thanks

using VB 2005
 
Hi all,

I have a datagridview that has one column it is of type
DropDownListColumn but I only want the user to be able to add new rows
by making a selection from the dropdown. I want all the other rows to
be read only. I tried to handle this on the row level but I have no
luck with it. Anyone knows any solution? thanks

using VB 2005

Hi,
The Data Grid View is it related to a table and data base ?
Omar Abid
http://groups.google.com/group/VB2005
Visual Basic 2005 | Google Groups
 
Back
Top