for editing only particular column write this code
urGridName.Columns(1).ReadOnly = True
1 is the index of the column of which you don't want to edit through this code column 1 is turn into readable only user cann't edit that column.
You can make any column read only.
Reputation Points: 10
Solved Threads: 2
Junior Poster in Training
Offline 59 posts
since Nov 2007