CDataGrid Control
Learn about grid controls programmed with Windows SDK.
Create an editable FlexGrid Control.
Details about the implementation of the Microsoft Flexgrid in Visual C++.
Paginate and print according to the grid content is not a dummy task. See how to implement this easily with the PrintGrid class. It will paginate the MSFlexGrid content for you and will print every page accordingly.
Explore this grid control that avoids the use MFC, COM, and ATL. The objectives for this control included a look similar to an Excel spreadsheet, being editable, support for sizeable/hideable columns, customization, support for protected cells, and more.
Something like the Microsoft DataGrid with source code and therefore more freedom in using it.
Grid control that allows for the displaying and changing of data which may be submitted as the table
Very cool grid control with vertical labels! Great for representing any two-dimensional data.
Extremely well done Grid control written using ATL 3.0, STL and the Win32 SDK (does not require MFC)
Awesome grid that can be bound to an MS Access database!!
Editable Flex Grid (without an Edit control)
Using a Combobox to edit cells in the Grid Control