Version history for version 4.0 and above can be found on ActiveX Version History.
3.0.9
- Fixed bug where AVG formula was not working
3.0.8
- Added ability to set disabled context menu items when calling ShowContextMenu method
- Added ColumnFooterFormat, ColumnFooterList, ColumnFooterListFormatted, ColumnFooterTextFormatted properties
- Added Theme property
- Updated ColumnFooterText property to return formula results if there are formulas present
- Updated FixedRowHeight property to disallow users to manually resize individual rows
- Fixed bug where header row appeared flat for no reason
- Fixed bug where new VerticalGridStyle and HorizontalGridStyle properties weren't working
- Fixed bug where setting RecordColors property was changing selection
- Fixed bug where ItemText property was always returning ""
- Fixed bug where OnHeaderRightClick was returning an index of 0 if there was no data in the table
3.0.7
- Added CheckAll and UncheckAll methods for setting all check box states in a column at once
- Added VerticalGridStyle and HorizontalGridStyle properties for customizing grid lines
- Fixed bug where boolean properties were returning 2 instead of 0 when set to false.
- Fixed bug where GroupPanelVisible was not redrawing the control when being set
- Fixed bug where ColumnCheckBoxAlignment was not doing anything
3.0.6
- Fixed bug where SelPosOrdered was returning null when Shift+Selecting rows
3.0.5
- Added FixedRowHeight property
- Added GroupRowContextMenuEnabled property
- Updated ColumnDataSource to accept "Image" and "ImageAndText" values
- Fixed ImageList not loading images correctly
- Fixed Delete method not deleting rows
3.0.4
- Added Border and BorderColors properties to all controls
- Added OnGotFocus, OnLostFocus, OnMouseEnter, and OnMouseExit events to all controls
- Added ColumnFormula and ColumnFormulaFormat properties; adds support for subtotals, averages, etc. when grouping rows
3.0.3
- Added RecordList and RecordListFormatted properties for getting underlying data, unsorted and ungrouped
- Fixed bug where FindString would crash if there were group rows
3.0.2
- Fixed bug where focus would go into every control on every click
- Fixed bug in which ColumnAlignment was not setting alignment correctly
- Fixed bug in which ColumnList property was not showing the correct alignment when reading the property
3.0.1
- Added ShowContextMenu method for displaying context menus on demand
- Added OnContextMenuClick event that is fired when aforementioned context menu is clicked
3.0.0
- Updated to no longer require SRPShared.dll