vote up 0 vote down star

I know that there is a DataGrid control in CF. However, is there a DataGridView control in .NET Compact Framework 3.5?

flag
Martin, Yes, CF and Compact Framework are the same. I am asking whether CF has DataGridView, which is different from DataGrid. – Doraiswamy Sep 15 at 11:16
I don't think it is supported in CF. – MartinHN Sep 16 at 8:02
I've updated my answer. – MartinHN Sep 16 at 8:03

1 Answer

vote up 0 vote down

According to the documentation: http://msdn.microsoft.com/en-us/library/system.windows.forms.datagridview.aspx

The DataGridView is not supported in CF, as it is not listed in the version information section at the bottom of the page.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.