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.
[238 byte] By [CharlesAlleman] at [2008-1-28]
# 1
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

DavidTSo at 2007-9-8 > top of Msdn Tech,Smart Device Development,Smart Devices VB and C# Projects...
# 2
The reference help for the DataGridView Class shows the Target Platform includes: Windows Mobile 2003 for Pocket PC, Windows CE, Windows Mobile 2003 for Smartphone
CharlesAlleman at 2007-9-8 > top of Msdn Tech,Smart Device Development,Smart Devices VB and C# Projects...
# 3
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

DavidTSo at 2007-9-8 > top of Msdn Tech,Smart Device Development,Smart Devices VB and C# Projects...