DataGridView and PocketPC Application
Is there a way to add a datagridview control to a PocketPC 2003 application with .net compact 2.0. Only the Datagrid control shows in the toolbox selection. The datagridview control info says that it is supported in 2.0 compact framework.
DataGridView is a new control supported in the full .Net Framework 2.0 but it doesn't exist on the .Net Compact Framework 2.0, only DataGrid control is supported in Net Compact Framework 2.0, where do you see it is supported in .Net Compact Framework 2.0?
David
This is a bug in the documentation. Windows Mobile 2003 for Pocket PC, Windows CE, Windows Mobile 2003 for Smartphone should not be listed as one of the platforms for the DataGridView control.
David