R
RamChip
Can you have a DataGrid (displaying about 7 rows of an Access DB).
Out of 10 displayed columns, I currently only allow the user to edit ONE
column (ie: Hours). The DataGridTextBoxColumn's are all set to READ ONLY
except the one I want to edit.
However, the bottom of the DataGrid allows a User to click on the Blank New
Row cellls.
What I'd like to do is to have the whole DataGrid set to READ ONLY (thus
getting rid of the last Blank Row... but still be able to Edit the one Hours
Column...
Can this be done?
Mucho Appreciated.
Robert
Out of 10 displayed columns, I currently only allow the user to edit ONE
column (ie: Hours). The DataGridTextBoxColumn's are all set to READ ONLY
except the one I want to edit.
However, the bottom of the DataGrid allows a User to click on the Blank New
Row cellls.
What I'd like to do is to have the whole DataGrid set to READ ONLY (thus
getting rid of the last Blank Row... but still be able to Edit the one Hours
Column...
Can this be done?
Mucho Appreciated.
Robert