I have a datagrid with 3 columns, when doing and edit/update I want user to be able to edit only col2 and col3, so I set col1 to readonly
Now I have a button which, on click, adds a new row to the dataset that feeds this datagrid. I want to now set the readonly property of col1 to false so hat user can enter data in this column as well.
is there anyway to do this... There does not seem to be a function under datagrid1.columns[1]..?
Now I have a button which, on click, adds a new row to the dataset that feeds this datagrid. I want to now set the readonly property of col1 to false so hat user can enter data in this column as well.
is there anyway to do this... There does not seem to be a function under datagrid1.columns[1]..?