L
Lars Netzel
(applies to Windows Form .NET 2003)
I'm filling a datagrid from a Datatable and applying a DataGridStyle.
The Source Fields are "Name", "Value", "Locked"
and the Style's Columns are "Name", "Value"
Depending on the "Locked" field in the source... I want the "Value" cell to
be readonly or not for each row
In ASP.NET this would be a piece of cake with ItemCreated or ItemDataBound
but I can't figure out how to do this in Windows Forms.
Please Help/
Lars
I'm filling a datagrid from a Datatable and applying a DataGridStyle.
The Source Fields are "Name", "Value", "Locked"
and the Style's Columns are "Name", "Value"
Depending on the "Locked" field in the source... I want the "Value" cell to
be readonly or not for each row
In ASP.NET this would be a piece of cake with ItemCreated or ItemDataBound
but I can't figure out how to do this in Windows Forms.
Please Help/
Lars