Hi,
Add a tablestyle to your datagrid. Set the readonly property for
the datagrid text box column you want to be edited to true.
http://msdn.microsoft.com/library/de...asicprimer.asp
Ken
----------------------------
"CJ" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
I have a datagrid that for the sake of example has Name, Address, City,
State and Zip
I would like to block the edit on "City" column of the grid while allowing
edits on the remaining columns.
I am missing something. A pointer in the right direction would be
appreciated
Thanks
CJ