I want a grid control where I can specify the columns and allow the user to edit cell values.
Is there such a thing in CF3.5?
I'd prefer a standard control provided with VS 2008 if possible but I'll use a third party one if I have to.
I've tried DataGrid but can't see how to make it editable by the user or how to add an empty column of a certain width.