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.
From Using the DataGrid in the .NET Compact Framework:
From How to: Use the DataGrid on the Pocket PC:
There is also some other sample code (
VB.NET) here:Designing GUI Applications with Windows Forms