DataGrid and Read Only and autogenerated

  • Thread starter Thread starter Binny
  • Start date Start date
B

Binny

I have a DG with autogenerated columns.
can i make a column readonly like the data key column.
Thanks
 
thanks for your reply
I have autogenerated columns. how can i access readonly
property of such columns.
Thanks
 
Then better set Autogenerated = False, then you can
customize the column.

Bin Song, MCP
 
Back
Top