Differences between the DataGrid in the .NET Compact Framework and the DataGrid

Differences between the DataGrid in the .NET Compact Framework and the DataGrid in the full .NET Framework.

Datagrid in .NET CF provides the core functionality of the control in Windows Forms in complete .Net framework. Datagrid is read only and does not support the following datagrid related types:

- DataGridBoolColumn class
- DataGridParentRowsLabelStyle enum
- DataGridPreferredColumnWidthTypeConverter class
- DataGridTextBox class
- DataGridView class
- SetDataBinding method
- Edit contents of DataGrid at runtime.
Limitations for using XML in the .NET Compact Framework.
limitations for using XML in the .NET Compact Framework: - XmlDataDocument class is not supported
Describes culture and globalization support provided by the .NET Compact Framework.
.NET Compact Framework - Describes culture and globalization support provided by the .NET Compact Framework.
Post your comment