DataGridView in .NET Compact Framework 3.5
I know there is a DataGrid control in CF. However, is there a DataGridView control in the .NET Compact Framework 3.5?
+2
Doraiswamy
source
to share
1 answer
According to the documentation: http://msdn.microsoft.com/en-us/library/system.windows.forms.datagridview.aspx
The DataGridView is not supported in CF because it is not listed in the version information section at the bottom of the page.
+2
MartinHN
source
to share