Hello all. I need to have a specific column in my DataGrid be read-only (which it currently is) most of the time, but I would like to set it to read/write when I update (as to allow for changing a certain field's data) and then promptly set it back. Any ideas?

I got it:

<DataSet>.<Table>.Columns[<index>].ReadOnly = <true/false>;

special thaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaanks

i tried it and it scuess

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.