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.
|