Classes | |
| class | BigGridFrame |
Example for use of extended GridTableBases and GridCellEditors. More... | |
| class | BigGridTable |
| An extension of a GridTableBase with minimal edit capability. More... | |
| class | BugsGridFrame |
| class | BugsGridTable |
| class | GridApp |
| class | GridFrame |
| class | MyGridCellAttrProvider |
| class | MyGridCellRenderer |
| An example for a grid cell renderer overriding wx.GridCtrl.Renderers.GridCellStringRenderer. More... | |
| class | NumericGridEditor |
| This is an example of a grid cell editor written in C#. More... | |
| class | NumericInput |
A small specialization of a TextCtrl for numeric input. More... | |
| struct | TableCoordinate |
| A simple struct to represent the coordinates in a table. More... | |
This exemplifies a direct use if wx.Grid and the use of a wx.GridTableBase. This sample application using wx.NET has an extended big grid sample frame compared to the original wxWidgets sample. This sample also shows how to implement grid cell editors. Further improvements include a grid cell editor and renderer based on the masked edit of date time structures.
The Grid sample with cell accepting date time input and virtual grid
(c) 2003-2010 the wx.NET project