certain column is unchangeable

  • Thread starter Thread starter Jason
  • Start date Start date
J

Jason

Hi, all
I have three columns in a datagrid, so what I need to do to make certain column
unchangeable? For example, user can view column 1,2 and 3, but they can not
change data in column 1.
TIA.
 
You need to define columnstyles of datagrid for all columns. and set
property 'readonly' to true for column 1 in its columnstyle.

Regards,
Rajesh Patel
 
Back
Top