P
PAUL GROSSMAN
Hello everyone.
I am working with a DataGrid using VB .Net (Windows Forms). I want to
make one of the columns un-editable. I was able to do that by setting
the .dsName.Tables("TblName").Columns("ColName").ReadOnly = True
That made it so you can't change the value in the column, but you're
still tabbing into the column (despite the fact you can't change it).
How can I make it so that you can both be unable to change the value in
a datagrid column and also not be able to tab into the column?
Thank you very much in advance for your help.
Paul.
I am working with a DataGrid using VB .Net (Windows Forms). I want to
make one of the columns un-editable. I was able to do that by setting
the .dsName.Tables("TblName").Columns("ColName").ReadOnly = True
That made it so you can't change the value in the column, but you're
still tabbing into the column (despite the fact you can't change it).
How can I make it so that you can both be unable to change the value in
a datagrid column and also not be able to tab into the column?
Thank you very much in advance for your help.
Paul.