The DataGrid class is a very flexible and commonly used class that displays a set of data in a grid. This data is structured into rows and columns and the data can be edited.
DataGrid is a subclass of DataGridBase which extends ListBase. DataGridBase provides some of the default implementation of the DataGrid, but there are no other subclasses of DataGridBase.
More to come...