We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

read/write fields

How do I set fields in the datagris without changing the underlying data set?

1 Reply

HP HP April 23, 2003 06:38 PM UTC

Create DataGridTableStyle and set the columns ReadOnly property to true or false... DataGridColumnStyle my = new DataGridTextBoxColumn(); myCol.MappingName = "db name"; myCol.HeaderText = " Whatever "; myCol.ReadOnly=true; hp > How do I set fields in the datagris without changing the underlying data set?

Loader.
Live Chat Icon For mobile
Up arrow icon