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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top