**********************************************************************
* TAdvStringGrid 6.2.1.0 : Aug 28, 2012                              * 
*                                                                    *
* Copyright  1996-2012 by TMS Software                              *
* E-mail: info@tmssoftware.com                                       *     
* Web : http://www.tmssoftware.com                                   *
**********************************************************************


Delphi 5.0/6.0/7.0/2005/2006/2007/2009/2010/XE/XE2 - C++Builder 5.0/6.0/2006/2007/2009/2010/XE/XE2 stringgrid with lots of extra features

Files :
-------
  AdvStringGridD5.zip    : component files for Delphi 5.0
  AdvStringGridD6.zip    : component files for Delphi 6.0
  AdvStringGridD7.zip    : component files for Delphi 7.0
  AdvStringGridD2005.zip : component files for Delphi 2005 
  AdvStringGridD2006.zip : component files for Delphi 2006,2007 C++Builder 2006,2007, Turbo Delphi
  AdvStringGridD2009.zip : component files for Delphi 2009 C++Builder 2009
  AdvStringGridD2010.zip : component files for Delphi 2010 C++Builder 2010
  TMSAdvGridDXE.zip      : component files for Delphi XE C++Builder XE
  TMSAdvGridDXE2.zip     : component files for Delphi XE2 C++Builder XE2
  AdvStringGridC5.zip    : component files for C++Builder 5.0
  AdvStringGridC6.zip    : component files for C++Builder 6.0
  
  asgddemo.zip : demo with source code for Delphi 
  democ5.zip   : demo with source code for C++Builder 5
  democ6.zip   : demo with source code for C++Builder 6

Release 6.2.1.0 :
-----------------

 insert / delete rows & colums
 save / load to file
 save / load to stream
 save / load to CSV file
 save / load to XLS file 
 save / load to XML file
 copy / paste to clipboard + intelligent automatic series expansion, duplication
 save to HTML
 save to Word DOC file
 save to formatted text
 load from MDB table
 cell horizontal & vertical alignment, cell color, cell font color, read-only cells
 automatic printing with optional title, pagenumber, date, time, border,
                         cell fonts, colors, custom drawing, fit to page, cell border
 automatic column/row sizing
 column sorting + full sort when clicking on column header + arrow indication (like Internet mail)
 automatic goto cell based on sorted column when key pressed
 event handler for setting hint of each cell
 automatic selection of next cell after edit
 insert / delete key to insert or delete  rows
 automatic resizing with parent form
 automatic text display appended with '...' when text does not fit in column
 automatic saving of user resized columns in registry or INI file
 proportional scrollbars, flat scrollbars
 hide / unhide columns
 search capabilities with options for case sensitive, full/partial, regular expressions
 bitmaps, icons, imagelist elements, pictures
 fixed rows at bottom or right side of grid
 intellimouse support for scroll, zoom & pan (with MSWHEEL component)
 enhanced inplace editor with left & right aligned input
 shows URLs and starts apps on mouseclick
 inplace editors : combobox, spinedit, ellipsedit, datepicker, checkbox,
                   buttons, autolookup edits, numeric edit, float edit,
                   capital edit, mixedcase edit, radiobutton, bitbutton, custom inplace editors
                   unicode inplace editors 
 enhanced mouse actions to select columns and rows
 enhanced column and row dragging
 free rotated text
 disjunct row selection in rowselect mode
 OLE drag & drop source + target
 enable/disable column sizing per column 
 Rich text display capability
 Tiled or fixed positioned background image
 Group / Ungroup methods and grouped sorting
 Multi-column filtering
 HTML formatted cells
 Interface for spell check and autocorrection
 Built in JPEG,GIF,WMF,ICO,BMP support
 Cell merging
 Floating footer row
 Unicode cell display, edit, print & sort support
 Native support for reading & writing Excel files
 Workbook grid to handle multiple sheets


Feature Revision history :
--------------------------

3.0      New: AppendToDoc method, export by appending to existing MS Word DOC file with insert at bookmark option
         New: AppendToAscii method, export by appending to existing ASCII file 
         New: CopyToClipboardAsHTML method, copies grid as HTML on the clipboard
         New: Balloon hints for cells
         New: Support for multi column sorting in grouped grid
         New: SubGroup method to add subgroups in grouped grid
         New: RangeIndicator cell type
         New: Automatic modified row indication in fixed column
         New: Wordwrap control per cell
         New: Firefox style search pane
         New: XML Import
         New: Built-in Hotmail style row selection
         New: Active row indication for full row
         New: Sort styles ssAlphaNumeric, ssAlphaNumericNoCase
         New: edUniEditBtn Unicode inplace editor with embedded button
         New: Always visible vertical, horizontal or both scrollbars
         New: OnAutoAdvance event to control advance on enter behaviour
         New: Support for background display over full background, also non cell grid background and background gradient
         New: InsertNormalRow, RemoveNormalRow methods to insert/remove non-child rows in a grid with nodes
         New: Progress bar with formatted display of value and non percentage values
         New: Keyboard left/right arrow to open/close nodes in grid
         New: RemoveAllComments, RemoveAllMarkers added
         New: Support for hints on floating footer added
         New: Custom floating footer painting support added with OnFooterPaint event
         New: OnFindDOne, OnReplaceDone, OnDialogKeyDown events added in TAdvGridFindDialog, TAdvGridReplaceDialog
         New: MouseActions.SizeFixedRow added to enable sizing of fixed rows
         New: MouseActions.NoScrollOnPartialRow property added to prevent auto scroll on partial visible row click
         New: Grid gallery of visual appearance settings
         New: Gradient selection color capability
         New: Filter selection to filter on virtual cell text or grid cells text
         New: property DefaultEditor
         New: OnSelectionResized event added
         New: Title attribute support for anchors added for setting custom hints for HTML hyperlinks
         New: EditLink.PopupLeft, EditLink.PopupTop properties added to control popup editor position
         New: TMemoEditLink.SelectAll property added to control selection in inplace memo editor
         New: Public property PrintSettings.FixedCellsAlways to print fixed cells in case of PrintSelectedRows, PrintSelectedCols
         Improved: BidiMode RightToLeft support
         Improved: XML export
         Improved: HTML export optimized with use of CSS
         Improved: Optimized DFM property storage
         Improved: tab key handling in grid with readonly cells
         Improved: disjunct selection with shift/non shift Home/End key
         Improved: grouping summary & header display with additional underline capability
         Improved: HintShowLargeText functionality
         Improved: Navigation.AllowInsertRow, Navigation.AllowDeleteRow support for grids with nodes
         Improved: Navigation.AutoGotoincremental behaviour with timer based lookup reset
         Improved: Print option added to print with default paper orientation instead of forced orientation
         Improved: Shift row selection now possible with MouseActions.RowSelect = true
         Improved: Row / column moving for multiple fixed rows / columns
         Improved: Node display
         Improved: Grouping with group row merging & column merge combined
         Fixed: issue with drag & drop arrow color on Windows XP themed apps
3.1      New: TAdvGridRTFIO component for native export as RTF (rich text) file
         New: DragScrollOptions property to control scrolling during mouse drag operations
         New: Event OnCanClick cell
         New: 3 new sample applications
         Improved: Subgrouping
         Improved: DirectEdit handling
3.1.1.1  New: OnDateTimeChange event added
         Improved: combobox dropdown button appearance
         Fixed: size while typing for rich text cells
         Fixed: SelectOnRightClick issue with disjunct row selection
         Fixed: issue with printing hidden columns for 0 fixed columns 
3.2      New: ControlLook.CheckAlwaysActive, ControlLook.RadioAlwaysActive added
         New: edUniMemo inplace editor
         New: SearchFooter.SearchActiveColumnOnly added
         New: SearchFooter.SearchColumn property added
	 Improved: RTF export fix for export of special characters {} 
3.3      New: TAdvGridCSVPager component to create paging CSV grids & new sample application
         New: OnEditChange event triggered for non default inplace editors edComboEdit, edSpinEdit, edEditBtn
         Improved: row remove speed
         Fixed: Issue with RemoveCols for grid with hidden columns
         Various smaller fixes, code improvements & code speedup
3.4      New: AddCheckBoxColumn, RemoveCheckBoxColumn procedures added
         New: property Gradients[col,row] to set gradient direction
         New: public property LoadFirstRow added to control loading first line with LoadFromCSV(), InsertFromCSV()
         New: method grid.SortSettings.Remove to immediately remove sort indicators
         New: OfficeHint property (for TMS Component Pack users only)
         New: Office 2007 Luna & Obsidian styles added
         New: AddAdvProgress, RemoveAdvProgress & grid.ProgressAppearance for adding sophisticated progress bars in grid
         New: SelectedRowCount, SelectedRow[i]: boolean;
         Improved: keyboard scroll behaviour with SearchFooter visible
         Improved: ActiveCellShow is automatically updated when programmatically changing Selection
         Improved: RowModified is persisted when grid is sorted
         Improved: cleanup of cell objects in case RowCount,ColCount changes programmatically
         Improved: disjunct cell keyboard interface : ctrl - space + space to select
         Improved: MouseActions.RangeSelectAndEdit  behaviour
         Various smaller fixes & code improvements 
 3.4.3   Fixed : issue with cell controls on fixed rows, fixed cols
         Fixed : issue with Navigation.AllowCtrlEnter = false
         Fixed : issue with virtual cells & AllCells[] access
         Fixed : issue with gradient selection colors and gradient cell colors
         Fixed : issue in function RowAvg()
         Fixed : issue with OnBeforeClipboardPasteCell
         Fixed : issue with painting for merged group headers
         Fixed : issue with reparenting with inplace editor
         Fixed : issue with AppendToDoc
         Fixed : issue with inplace combobox in classic Windows style for BidiMode bdRightToLeft
         Fixed : issue with OnGetDisplWideText
         Fixed : print column width calculation with use of OnGetFloatFormat
         Fixed : parameter order in OnGetWordWrap
         Fixed : issue with OnEllipsClick for edButton editor type
         Fixed : issue with insert/remove rows and ShowModified
         Fixed : issue with editing when AlwaysEdit = true & AllowCtrlEnter = false
         Fixed : issue with goTabs and tab advance with readonly cells
         Fixed : issue with Navigation.TabToNextAtEnd
         Fixed : issue when application active window changes when inplace editor is active
         Fixed : issue with RemoveSelectedRows and disjunct selection + persistent row selection
         Fixed : hide of spin edit with blank text
         Fixed : issue with disjunct column selection & hidden columns
         Improved : grid.Invalidate now also automatically invalidates the floating footer
         Improved : node position for painting
         Improved : group summary handling
         Improved : handling KeepHorizScroll
         Improved : single select selection behaviour with merged cells
         New : support for printing radiobuttons added
         New : Events OnGetEditWideText, OnSetEditWideText added
         New : UpdateEditMode method added to fix issue with programmatically changing goEditing while grid has focus
  3.4.6  New : property FloatingFooter.BorderColor added
         New : property AllGridCells[] added to get real grid cell value of hidden & visible cells
         Fixed : issue with Navigation.AllowCtrlEnter = false
         Fixed : issue with OnGetCellPrintBorder and right-side borders
         Fixed : issue with MouseActions.RangeSelectAndEdit = true for non editable grids
         Fixed : issue with column moving & visible floating footer
         Fixed : Issue with SaveRectToBinStream
         Improved : drag & drop interface for disjunct selected rows
  3.4.7  New : Office 2007 silver style support added
         Improved : disjunct row selection mode 
  3.4.8  New : added support to sort cells with scientific notation, ie. X,YE+Z
         New : filter based on cells with stripped HTML tags
         Improved : SmartClipboard resize with editing enabled
         Improved : scientific type detection
         Improved : AdvanceOnEnter, OnCellValidate behaviour with custom inplace editors
         Improved : fnAutoGoto search in disjunct row select mode
         Improved : AdvGridReplaceDialog shows modified rows when enabled
         Fixed : issue with disjunctrowselect
         Fixed : issue with SaveFixedCells & SaveToAscii
         Fixed : issue with dbl click & MouseActions.RangeSelectAndEdit = true
         Fixed : background color issue with checkboxes on gradient grid
         Fixed : issue with RangeSelectAndEdit and popup menus
         Fixed : issue with client-alignment, stretchcolumn
         Fixed : issue with RemoveChildRow()
         Fixed : issue with Undo for data checkboxes
         Fixed : issue with combination of RangeSelectAndEdit, goColMoving = true, SelectionResizer 
         Lots of smaller code improvements
  3.5    New : methods ColumnStatesToString, StringToColumnStates
         New : methods ColumnPosition, ColumnAtPosition
         New : OnEllipsClick event triggered on F4 key in edEditBtn editor
         New : fcCalculated setting for filter data to filter in TAdvSpreadGrid on results
         New : OnEditCellDone event added
         New : Extra MaxRows parameter for functions LoadFromCSV, InsertFromCSV
         New : OnDatePickerCloseUp event added
         New : AutoFitColumns added
	 New : 2 sample applications for using OnPrintNewPage event and using Unicode features
	 Lots of smaller code improvements & fixes
  3.5.1  Improved : OnClick, OnClickCell events triggered for floating footer cells
  3.5.3  New : OnSearchEditChanged event added
         New : exposed MatchCase checkbox in search footer via Grid.SearchPanel.MatchCase
         Improved : index sort indicator drawing
         Improved : sequence of OnRowMoved event triggering
         Improved : OnCellClick triggered when clicked on node cells outside node
         Fixed : issue with OnCanEdit and button in cell
         Fixed : issue with Tab on datepicker inplace edit
         Fixed : isues with tab key and OnCellValidate
         Fixed : issue with AllowFmtClipboard & AllowClipboardRowGrow,AllowClipboardColGrow
         Fixed : issue with multicell text Paste in VCL.NET
         Fixed : issue with printing
         Fixed : issue with unicode inplace editors
         Fixed : issue with calling BeginDrag from OnMouseMove
  4.0    New : GroupCustomCalc method & OnGroupCalc event added
         New : UnSelectRows, UnSelectCols method added
         New : SaveWithRTF public property added
         New : SearchFooter.SearchMatchStart property added
         New : GotoCell() method added
         New : OnColumnSizing, OnRowSizing events added
         New : MaxRows & DoTrim default parameter on LoadFromFixed added
         New : Hover/down complex gradients on fixed rows
         New : Fixed row dropdown menu
         New : Automatic Group count display with Group count format
         New : Grouping.AutoSelectGroup, to automatically select all rows in a group by clicking the group header
         New : OnCustomStrToDate event added
         New : global grid Modified property added
         New : OnColumnSizing, OnRowSizing events
         New : MaxComboLength property added
         New : with goTabs, AdvanceInsert = true & TabToNextAtEnd = false, row is inserted on tab at last cell
         New : OnSearchFooterClose event added
         New : MouseActions.DirectComboClose, MouseActions.DirectDateClose properties added
         New : SelectionMirrorColor/SelectionMirrorColorTo added for Vista style gradients on selected cells
         New : Internal atScientific type added for auto text alignment / formatting / sorting
         New : Navigation.CursorWalkAlwaysEdit property added
         New : Navigation.LeftRightRowSelect property added 
         New : fnSelectedCells option added for Find function
         New : edDateTimeEdit editor type added
         New : exposed hilight button in searchfooter via grid.SearchPanel.HiliteButton
         New : event OnSearchFooterAction added
         New : CSV import dialog
         New : support for parenthesis in filter spec
         New : translucent cell display during column or row moving
         New : translucent cell display during drag & drop
         New : support for Unicode hints
         New : support for MaxLen attribute for HTML cell forms
         New : support for masked & password editors for HTML cell forms
         New : fnIncludeHiddenRows in Find parameters option added to search in rows hidden by nodes
         New : IgnoreColumns property for AutoSizeRows, Sort, Find control
         New : OnFooterCalc event added for custom footer calculations
         Improved : float spinedit inplace editor behaviour with Page Up/Down keys
         Improved : OnGetEditorProp also called from normal inplace editor
         Improved : ColumnSize.SynchWithGrid behavior
         Improved : HTML control drawing with XP themes
         Improced : scope option to search in selected cells added in TAdvGridFindDialog, TAdvGridReplaceDialog
         Improved : perform auto scroll when dropped over first row during OLE drag & drop
         Improved : RowModified[] can be used also when visible modified row indication is disabled
         Improved : LoadFromFixed handles out of order column indexes
         Fixed : issue with tab edit for special combinations of fixed cells
         Fixed : issue with OnButtonClick for fixed cells and FixedAsButtons = true
         Fixed : issue with AutoNumAlign and thousand separators
         Fixed : issue with getting checkbox state for data checkboxes with hidden rows
         Fixed : issue with Title attribute case sensitivity in hyperlinks on HTML formatted text
         Fixed : issue with clicking on header checkbox & sorting
         Fixed : issue with AddAdvProgress and Min,Max different from 0,100
         Fixed : issue with SortOnVirtualCells & custom sorting
 4.0.0.2 Fixed : issue with aborting printing from OnPrintStart
         Fixed : issue with RemoveSelectedRows & fixed footers
         Fixed : issue with autosizing rich text
         Fixed : issue with very small grid height and cell selection
         Fixed : issue with repaint with FixedRows = 0
         Fixed : issue with OnMouseDown for cells with nodes
 4.0.3.1 New : public property grid.XMLEncoding to specify code table for XLM export
         New : Navigation.MoveScrollOnly property added to always only perform scrolling and no selection change
               when pressing Up/Down/Next/Prior/Home/End
         Improved : search footer FindNext/FindPrevious scroll in view on found cells
         Improved : OnGetEditorProp event called for edComboList & edComboEdit editor types for
                    combobox initialization in case grid.ControlLook.DropDownAlwaysVisible = true
         Improved : AdvGridFindDialog.Dialog & AdvGridReplaceDialog.Dialog exposed
         Fixed : issue with tab, editing & merged cells
         Fixed : issue with checkbox, hidden column & Navigation.Always = true
         Fixed : particular issue with Unicode combobox inplace editor
         Fixed : issue with GetParentRow() with collapsed nodes
         Fixed : issue with searchpanel & filtered grid
         Fixed : issue with tab key & rare combination of readonly & merged cells
         Fixed : issue with loading CSV files with empty last column
         Fixed : issue with GroupShowCount
         Fixed : issue with panning and WheelAction = waScroll
         Fixed : issue with node collapsing & cell selection
         Fixed : issue with OLE drag & drop with ShowCells & FixedRows > 1
	 Fixed : issue with Subgrouping on groups with 1 item in last subgroup
 4.0.6.3 New : OnWideEllipsClick event added
         New : OnOleDropURL event added, DragDropSettings.OleAcceptURLs added
         New : MouseActions.EditOnDblClickOnly property added
         Fixed : issue with Unicode hint
         Fixed : issue with Hilight function
         Fixed : issue with using SearchFooter and rows higher than grid height
         Fixed : issue with AutoGotoWhenSorted and hiding sorting
         Fixed : issue with AdvanceInsert & FloatingFooter
         Fixed : issue with cell highlighting and hidden columns
         Fixed : issue with disjunct cell selection & fixed cells
         Fixed : issue with OnDblClick event in combination with FixedRowAlways = true
         Fixed : issue with MouseActions.NoScrollOnPartialRow = true
         Fixed : issue with SelectedRowCount & merged cells
         Fixed : issue with AutoInsertRows when nodes are used
         Fixed : issue with CursorWalkEditor = true
         Fixed : issue with MouseActions.SelectOnRightClick and OnSelectCell event
         Fixed : OnClick issue in combination with OnCanEdit event handler
         Fixed : issue with printing radiobuttons
         Fixed : small issue with goTabs & goEditing in grid.Options
         Fixed : issue with cell controls and deleting rows
         Fixed : issue with row delete / row insert in grid with nodes
         Fixed : issue with stretch column and always visible vert. scrollbar
         Fixed : issue with OnSelectionChanged & disjunct row selection 
 4.0.6.7 Improved : direct edit start with keyboard allowed when MouseActions.EditOnDblClick = true
         Improved : faster cleanup for virtual grids
         Fixed : issue with loading empty comments to stream
         Fixed : issue with auto hiding horz. scrollbar
         Fixed : issue with cell validation , tab key and hidden columns
         Fixed : issue with MouseActions.EditOnDBlClickOnly = true
         Fixed : issue with combination of FixedAsButton & nodes
         Fixed : issue with starting editing with Return key
         Fixed : issue with changing RowCount while FloatingFooter is visible
 4.0.6.9 Fixed : small issue with AdvanceOnEnter and edEditBtn tyue
         Fixed : small issue with programmatically set checkboxes in grid with hidden rows
         Fixed : issue with validation and edComboList inplace editor
         Fixed : issue with ShowSelection =false and DisjunctCellSelection
         Fixed : memory leak issue when calling Clear* functions
         Fixed : issue with UnHilightInRow, UnMarkInRow for grid with hidden columns
         Fixed : issue with disjunct row selection and hidden rows
         Fixed : issue with row moving, bdRightToLeft mode & ShowCells = true
 4.0.7.0 Improved : ChangeScale method implemented
         Improved : Search footer painting issue when removing rows from grid
         Improved : OnAutoAddRow triggered when tab key pressed on last row with AdvanceInsert = true
         Improved : AddProgressFormatted supports integer & double progress values
         Fixed : issue with mousewheel in older Delphi versions
         Fixed : issue with EditOnDblClickOnly and OnCanEdit event usage
         Fixed : rare memory leak situation with hidden columns & removing rows in code
         Fixed : issue with disjunct row unselection & hidden rows
         Fixed : issue with AllowFmtClipboard & empty grid cells
         Fixed : issue with RangeSelectAndEdit and Ctrl-A
         Fixed : issue with subgroup sorting
         Fixed : issue with ESC key handling on modal forms for specific editor types
         Fixed : issue with InsertChildRow 2nd default parameter InsertAt  
 4.0.8.1 New : Support for Delphi 2009 & C++Builder 2009
         New : property Navigation.KeepScrollOnSort added
         New : public function UpdateXYOffset() added
         New : HTML export with images export added 
         Improved : mouse sensitivity for clicks on nodes
         Improved : floating footer border drawing
         Improved : HTML output when prefix/suffix is used
         Fixed : issue with FloatingFooter and inserting rows
         Fixed : issue with RangeSelectAndEdit and use of OnCanEdit event
         Fixed : issue with flat scrollbars & reparenting
         Fixed : issue with InsertChildNode()
         Fixed : issue with SortSettings.HeaderColor & hidden columns
         Fixed : issue with spin editor & grid.Navigation.AdvanceOnEnter = true
4.0.13.0 New : property SortSettings.IgnoreCase added
         New : property SearchFooter.SearchFixedCells added
         New : Event OnCreatedFloatingFooter added
         New : Event OnCreatedSearchFooter added
         Improved : active cell drawing for multiple fixed columns / rows
         Improved : drawing of HTML formatted text with "&"
         Improved : handling of radio buttons in HTML cell controls
         Fixed : issue with saving & loading RTF to/from file
         Fixed : focus rectangle drawing for disjunct row selection mode
         Fixed : issue with filtering and hotmailrowselection
         Fixed : OnComboObjectChange triggered under all circumstances
         Fixed : RowIndicator not updating when using tab key
         Fixed : issue with ESC key handling for UniComboList inplace editor
         Fixed : issue with OnClick triggered twice
         Fixed : issue with ActiveCellShow = true
         Fixed : issue with disjunct cell selection and focused cell color
         Fixed : issue with initialization of goDrawFocusSelected in grid.Options 
         Fixed : issue with RemoveSelectedRows
         Fixed : issue with Ctrl-End key and searchfooter
4.5.0.0  New : 4 new demos showing new features 
         New : method RemoveSelectedCols, RemoveUnSelectedRows added
         New : easy way to persist & restore indexed sort settings
         New : scrollbars per cell
         New : added support for SUMMARY attribute for HTML export
         New : ShowSeconds property added for TAdvStringGrid.SpinEdit
         New : Navigation.AdvanceAutoEdit property added
         New : Navigation.ClipboardPasteAction property added
         New : Filtering on date+time
         New : Invalid entry icons
         New : AddBalloon, RemoveBalloon methods added
         New : filter dropdown in column header
         New : incremental filtering & narrow down capability
         New : filtering on full row
         New : Windows 7 & Office 2007 selection styles
         New : Windows Vista / Windows 7 Explorer row selection style
         New : OnGetCellGradient event added
         New : overriding fixed cell colors simplified
         New : Replace function added
         New : ColumnSize.SynchNormalCellsOnly property added
         New : Quick config design time helper
         New : HTMLSettings.ExportImages property added    
	 Improved : PDF developers guide & help file extended 
         Improved : custom inplace editor usage 
         Improved : inplace date editor starts with first char entered
         Improved : mouse handling when PreciseCheckBoxCheck = true
         Improved : position of text during edit versus display
         Improved : export to HTML
         Improved : handling of cell validation
         Improved : faster handling of row hiding / node expand&collaps
         Improved : button painting in SearchFooter
         Improved : shortcut handling in search footer
         Improved : automatic sort type detection
         Fixed : issue with mouse wheel & disjunct row selection
         Fixed : issue with clipboard paste & hidden columns
	 Lots of smaller code improvements & fixes
4.5.0.3  Fixed : issue with AdvanceOnEnter & comboboxes in the grid
         Fixed : issue in specific case of hidden columns, readonly & RangeSelectAndEdit = true
         Fixed : issue with grid.ExpandAll
         Fixed : issue with fixed cell gradient painting
         Fixed : small issue with editor position in BidiMode RightToLeft 
4.5.0.4  Fixed : issue with cell validation for edEditBtn type
         Fixed : issue with ExpandAll function
         Fixed : rare memory leak issue with sorting 
         Fixed : issue with checkbox drawing on non-themed XP
4.5.0.5  Improved : SearchFooter behaviour for Bidi RightToLeft mode
         Improved : handling of multiline text for print header
         Improved : handling is ESC key for combobox inplace editor
         Improved : OnComboObjectChange event triggered when regular key is pressed that performs lookup
         Fixed : small issue with editor position in BidiMode RightToLeft
         Fixed : issue with cell validation for edEditBtn type
         Fixed : issue with ExpandAll function
         Fixed : rare memory leak issue with sorting
         Fixed : issue with checkbox drawing on non-themed XP
         Fixed : issue with changing columns & hiding rows
         Fixed : wheel scrolling with waScroll persists disjunct row selection
4.6.0.0  New : TAdvGridImportDialog.Delimiter / TAdvGridImportDialog.CustomDelimiter properties added
         New : pressing Ctrl-Return on searchfooter will perform a backward search
         New : OnFileProgress triggered during SaveToXML()
         New : support for export of multi image cells to HTML
         New : edValidChars inplace editor type
         New : AutoFitColumns can be called with new parameter DoFixedCells
         New : Function SwapCells() added
         New : Lookup functionality added for edEditBtn editor type
         New : FilterDropDownRow property added to control on what fixed row filter dropdown appears
         New : SearchFooter.SearchDirection property added to control direction of search from searchfooter
         New : Public property grid.PrintSettings.BorderColor added
         Improved : export to HTML with special characters  
         Improved : single row to multirow / single col to multicolumn smart clipboard handling
         Improved : small improvement wrt MouseActions.RangeSelectAndEdit = true option
         Improved : drawing of cell pictures when BidiMode is RightToLeft
         Improved : display of sort indicator in rotated header cells
         Fixed : issue with mousewheel zoom in/out and disjunct row selection
         Fixed : issue with translation tool GetText 
4.6.0.3  Fixed : issue with Redo of a sequence
         Fixed : issue with edComboEdit edit type and OnComboObjectChange event in specific circumstances
         Fixed : issue with SpinButtonsAlways in TDBAdvGrid
         Improved : Hyperlink generation in save to html
         Fixed : issue with save to html and images in fixed cells
         Fixed : issue with inplace editor type started from keyboard entry
         Fixed : issue with comment positioning and XYOffset
         Fixed : issue in specific circumstances of using fixed font, merged cells and printing  
4.6.0.5  Fixed : issue with right to left and pictures in the grid
         Fixed : regression with OnGetCellColor event
4.6.0.9  Fixed : issue with OnComboObjectChange event & Sender parameter
         Fixed : issue with node click sensitivity
         Fixed : issue with disjunct row selection and mouse up on area without cells
         Fixed : issue with RowSelectCount and double click to sort grid
         Fixed : issue with Windows 7
         Fixed : issue with ActiveRowShow and use of gradient selection colors
         Fixed : issue with balloon initialization / finalization         
4.6.1.0  New : method grid.SelectCells() added
         Improved : clipboard support for multiline cells
5.0.0.0  New : method grid.SelectCells() added
         New : grid.MouseActions.PreciseNodeClick added
         New : ColumnSize.Row property added
         New : grid.DateTimePicker.WeekNumbers property added
         New : grid.DateTimePicker.ShowToday property added
         New : grid.DateTimePicker.ShowTodayCircle property added
         New : public property XYOffsetTopLeftOnly property added
         New : URLShowInText property added
         New : FilterDropDownAuto/FilterDropDownClear added
         New : Cell rating control
         New : shapes in cells
         New : detail,time,memo,colorpicker,imagepicker,trackbar,grid dropdown inplace editors
         New : Fixed : column sizes can be preset in TAdvGridImportDialog
         New : property OriginalCells[Col,Row]string added to access cells irrespective of column moving
         New : OnClipboardAfterPasteCell,OnClipboardAfterPasteWideCell events added
         New : MouseActions.DisjunctRowSelectNoCtrl property added
         New : Event OnCheckBoxChange added
         New : Navigation.AutoAdvance will now also move to the next cell when MaxEditLength is reached
         New : Public property EditMask added to avoid implementing an extra event to set a mask
         Improved : edValidChars inplace editor type & grid.ValidCharSet public property added
         Improved : IntelliZoom function
         Improved : clipboard support for multiline cells
         Improved : changed TInifile use by TMemInifile for faster operation
         Improved : OLE file drop is now also possible on non cell area of grid
         Improved : HTML form cell editing
         Improved : painting of inplace edit controls on Windows Vista/Windows 7
         Fixed : issue with negative minimum values for AddAdvProgress
         Fixed : issue with initializing balloon
         Fixed : issue with auto size column with button and text position under/above
         Fixed : issue with balloon & hidden columns
         Fixed : specific issue with Shift-Tab and readonly cells
         Fixed : rich-text auto sizing fix for Delphi 2009, 2010
         Fixed : HintShowLargeText issue in combination with merged cells
         Fixed : issue with background image drawing on focused cells
         Fixed : issue with OnSelectionChanged when TAB key is pressed & goTabs = true
         Fixed : issue with OnClipboardBeforePasteCell and edEditBtn editor type
         Fixed : issue with switching between numeric & float spin edit controls
         Fixed : issue with Fixed : row editing & hidden columns
         Fixed : issue with AutoSelectGroup & search footer
5.0.0.3 :Fixed : issue with auto cell sizing
         Fixed : issue with ShowSelection = false when Office 2007 or Win 7 style is choosen
5.0.2.0 :New : property grid.LinesInText[col,row]: integer added
         New : property grid.UsedCells: TGridRect added
         New : Padding default parameter added in AutoSizeCol()
         New : function ColumnByHeader() added
         New : property SearchFooter.SearchHiddenRows added
         Improved : vertical line width during printing
         Fixed : issue with auto filter dropdown sizing
         Fixed : issue with readonly checkbox cells
5.0.3.1: New : grid.SpinEdit.IncrementMinutes, grid.SpinEdit.IncrementHours, grid.SpinEdit.IncrementSeconds added
	 New : property grid.BtnEdit.StopEditAfterClick added to control behaviour of buttoned inplace editor after button click
	 Improved : Auto sizing richedit inplace editor
	 Improved : Make URLShowInText also work with File://
	 Improved : NarrowDown function automatically takes values with space in account
	 Fixed : OnEditChange triggered now for edDateEdit, edTimeEdit inplace editor
	 Fixed : Issue with read-only checkbox cells
	 Fixed : issue with AutoSizeCells()
	 Fixed : issue with Hilight & merged cells
	 Fixed : issue with auto sizing rich text cells
	 Fixed : autofilter didn't take fixed footer rows in account
	 Fixed : issue with OnCellValidate and edComboList editor type
	 Fixed : Issue with cell balloon destroy
	 Fixed : Issue with double cell validation after mouse click and after ESC
5.0.4.0: New : OLE drag & drop support for cells with images, buttons, checkboxes...
         New : public property FilterIncremental for incremental autodropdown filtering
         Improved : RemoveUnSelectedRows is faster & issue fixed
         Fixed : Issue with disjunct row selection and glVista, glWin7 selection style
         Fixed : Issue with readonly checkboxes
         Fixed : Issue with persisting multicolumn sort settings
         Fixed : Issue with gradient background & GridLineWidth = 0
         Fixed : Issue with AddAdvProgress & font colors
5.0.5.0: New : Property SortSettings.IndexSortKey added
         New : Property SearchFooter.AlwaysHighLight added
         New : Property UseInternalHintClass added
         New : procedure ClearAll added to clear normal & hidden rows
         Improved : Navigation.EditSelectAll now also applies for edComboEdit
         Improved : Transparent checkbox on search footer
         Improved : Behavior of LoadFromXML and column size persistence / column stretching
         Fixed : Issue with HotmailRowSelect and mousewheel
         Fixed : Issue with FloatingFooter & SearchFooter use and search via Next/Previous
         Fixed : Issue with search footer hilight & case sensitivity
         Fixed : Issue with SaveHiddenCells and SaveToXML
5.0.6.0: New : SizeToCols, SizeToRows, SizeToCells methods added
         Improved : Sorting with custom compare & virtual cells
         Improved : Cell button click mouse sensitivity
         Improved : TAdvGridRTFIO handling with locked files
         Fixed : Issue with export to HTML for grid with nodes
         Fixed : Issue with sort glyph drawing in BidiMode RightToLeft
         Fixed : Issue with custom inplace editors & CursorWalkEditor = true
         Fixed : Issue with custom brush style & grid background
         Fixed : Issue with OnCanEditCell and cell nodes
5.5.0.0: New : HoverRow capability added 
	 New : TAdvGridDropDown control
	 New : Navigation.ComboGetUpDown property added
	 New : Added extra parameter in LoadFromXML() to control to load the column header
	 New : Event OnCustomCellBkgDraw event added
	 New : SpinEdit.AllowEmptyValue property added
	 New : OnCanShowFixedDropDown event added
	 New : FilterDropDown.GlyphActive added
	 New : RowEnabled[] property added
	 New : Navigation.SkipDisabledRows property added
	 New : HighlightColor/HighlightTextColor properties added
	 New : edAdvGridDropDown inplace editor type to use TAdvStringGrid dropdown as inplace editor in grid
	 Improved : Various performance improvements
	 Improved : Always visible combobox & spin buttons shown disabled for readonly cells
	 Fixed : Issue with ShowModified & hidden rows
	 Fixed : Issue with column sizing , fixed dropdown button & hover on fixed cells
	 Fixed : Issue with FixedRowsEdit and OnCanEdit event
5.5.0.1: Improved : auto column size takes with of rating control in account
         Fixed : Issue with ResetColumnOrder & hidden columns
         Fixed : Issue with radiogroup click & grid focus
5.6.0.0: New : SyncGrid capability added
         New : Exposed Bands in TAdvGridDropDown
         New : Inplace date & time edit with auto tab
         Improved : Hotmail style row selection
         Improved : Sorting with cell controls
5.7.0.1: New : Event OnUnitChanged added
         New : property DefaultAlignment added
         New : Office 2007 / 2010 theme synchronization
         Improved : edUnitEdit inplace editor handling
         Improved : performance of cell drawing when grid is using hidden rows
         Fixed : Small issue with cell scrollbars
         Fixed : Issue with GetSelectedCellCount with disjunct cell selection
         Fixed : Issue with row select and Ctrl-Home / Ctrl-End
         Fixed : Issue with column hiding & filtering
         Fixed : Issue with sorting & floating footer fsCustomPreview style
         Fixed : Issue with using LoadFromXLS for XLS file where just one cell is used
         Fixed : Issue with row moving when there is only one row in the grid
         Fixed : Issue with custom inplace editors when DropDownAlwaysVisible = true
         Fixed : Issue with custom border drawing for printing
         Fixed : Issue with always visible combo boxes & DirectComboClose = true
         Fixed : Issue with OnButtonClick for merged cells in older Delphi versions
5.8.0.0: New : AdvStringGrid.SpinEdit.IncrementalFloatPage added
         New : Property CurrentEditor added
         New : SelectionColorMixer property added
         New : TAdvGridLookupBar component added
         New : Automatic Office 2007 & 2010 theme synchronisation
         Improved : Call to AddDataImage when grid cell has already number or not.
         Fixed : Memory leak with hidden columns and setting grid.SaveHiddenCells = true
         Fixed : Issue with FloatingFooter & sorting
         Fixed : Office 2003 selection colors
         Fixed : Issue with modified rows indicator & row hiding
         Fixed : SelectionRectangle painting & hidden cols issue
         Fixed : Issue with border printing of merged cells
         Fixed : Issue with vert. + horz. scrolling & visible searchfooter
         Fixed : Issue with Row param in OnAutoAddRow for arrow down key
         Fixed : Issue with goTabs = true & checkboxes
5.8.0.1: Improved : Shift Home/End key with navigation mode heFirstLastCol
         Improved : Auto column sizing takes sort indicator in account
         Fixed : Issue with DirectEdit & DirectComboClose on always visible combobox
         Fixed : Issue with fixed cell button click handling and row resizing
         Fixed : Issue with mouse wheel handling & DirectEdit = true
         Fixed : Issue with ActiveRowShow = true on fixed cells
         Fixed : Issue with TAdvGridLookupBar reaction to selection changes in grid
         Fixed : Issue with copy & paste a single cell to Excel
5.8.0.2: Fixed : Issue with ThemeNotifier in very specific circumstances
5.8.0.4: Fixed : Issue with OnSelectionChange
         Fixed : Issue with loading empty sort settings
         Fixed : Rare issue with tabbing in grid without fixed cells
         Fixed : Issue with inserting & hiding rows for specific positions
5.8.0.5  Fixed : Issue with disjunct cell selection & range selection
         Fixed : Issue with Expand during Grouping
         Fixed : Issue with searching in hidden rows
5.8.1.0  New : fsCustomPaint mode for FloatingFooter
         Improved : Performance of FilterDropDownAuto function
         Improved : Cell scrollbar support for merged cells
         Fixed : Issue with use of checkboxes in fixed rows
         Fixed : OnCellsChanged triggered after OnCutSelectionToClipboard
         Fixed : Issue with OnSelectionChanged and DirectEdit/DirectComboDropDown = true
         Fixed : Issue with FixedFooters > 0  & sorting
         Fixed : Issue with highlight & OnGetDisplText with search footer searches
         Fixed : Issue with SearchColumn & Highlight function
         Fixed : Issue with esPopup custom inplace edit controls and return key handling
5.8.2.0  New : Sizing with aspect ratio of images in HTML formatted text
         New : URLUnderlineOnHover property added
         Improved : HTML export with Unicode
         Improved : Multiline cell balloons without title now possible
5.8.3.0  New : Exposed BorderColor property
         Improved : Printing cells of ctInterface graphics type
         Fixed : Issue with clearing row colors in particular circumstances
         Fixed : Issue with search highlighting and cells with < > characters
         Fixed : Issue with fnAutoGoto and visible search footer
         Fixed : Issue with DisjunctRowSelect and PrintSelection
         Fixed : Issue with unicode & CopyToClipboardAsHTML
         Fixed : Issue with setting Office 2003 color styles
         Fixed : Issue with ReadOnly and mini HTML inplace editing
5.8.4.1  New : grid.Navigation.AdvanceOnEnterLoop added
         New : grid.Trim,grid.TrimRect,grid.TrimColumn,grid.TrimRow added
         New : grid.ColorRect() method added
         Improved : Resource usage for terminal server applications
         Fixed : Printing cells with mix of solid & gradient colors
5.8.5.2  New : grid.Navigation.CursorAdvance added
         New : RowsToDisplay, RowsToLoad properties added in TAdvGridImportDialog
         New : grid.MemoDropDown.AutoDrop to automatically show dropdown in grid
         New : HasPicture/HasBitmap functions added
 	 New : Public property UseDisabledFont added
	 New : virtual function GetGridClass added in TAdvGridWorkbook
	 Changed : Renamed grid method Trim to TrimAll;
	 Improved : Printing with HTML titles
	 Improved : Scrolling when both search footer & floating footer are enabled
	 Fixed : Issue with Auto filtering (FilterDropDownAuto)
	 Fixed : Issue with DropDownAlwaysVisible & CanEdit & combobox inplace editor
	 Fixed : Issue with edTimeEdit inplace editor
	 Fixed : Issue with URLUnderlineOnHover
5.8.7.0  New : Option ImportClearCells added in TAdvGridExcelIO
         New : Support for Delphi XE2 & C++Builder XE2   
         Improved : Hovering on cell buttons
         Fixed : Issue with DropDownAlwaysVisible & CanEdit & combobox inplace editor
         Fixed : Issue with edTimeEdit inplace editor
         Fixed : Issue with URLUnderlineOnHover
6.0.0.0  New : Metro style
         New : Tristate checkbox support added
         New : TAdvHeaderList / TAdvHeaderListPopup column chooser components
         New : OnEditChange support added for fixed cell editing
         New : Added option to control export of images with TAdvGridExcelIO
         New : OnGetCellCursor event added
         New : FilterNormalCellsOnly property added to skip filter on node/summary rows
         New : Group checkboxes
         New : edNumericUnitEditBtn, edFloatUnitEditBtn inplace editor types
         New : Groups grand total automatically displayed in floating footer line
         New : Public properties SaveFixedCols, SaveFixedRows added
         New : Grid.ControlLook.DropDownCount property added
         New : FilterDropDownCheck to have multiselect dropdown filter
         New : Combo edit & combo list fixed cell editor
         New : Inplace editor alignment will automatically match display alignment
         New : DISTINCT, STDDEV column & group calculation function added
         New : Cell control to expand/collaps rows
         New : Method grid.EditCell(Col,Row) added
         New : grid.SortSettings.ToggleDirection method added
         New : Event OnComboDropDown added
         New : Support for XY scatter charts added in TAdvChartLink
         New : OnColumnCalc event added
         New : DragDropSettings.OleColumnsOnly property added
         Improved : Flat node appearance
         Improved : Various code optimizations
         Improved : Behavior with cell scroll
         Improved : TAdvGridImport selection between delimited & fixed column with files
         Improved : Column OLE drag & drop
         Improved : 64bit compatibility
         Fixed : Issue with OnCheckBoxClick when hidden rows are used
         Fixed : Issue with find & replace dialog for replacement within selected cells
         Fixed : Strange searchpanel alignment issue under specific conditions
         Fixed : Issue with progress pie for value = 0
         Fixed : Issue to work in XE2 styled app
         Fixed : Issue with OLE drag & drop of rich text
6.0.1.0  New : Property Grid.ComboIndex[ACol,ARow]: integer added
         New : Property SelectionColorMixerFactor added
         Improved : Coverage of special characters to convert to HTML
         Fixed : Issue with HTML formatted text and & prefix.
         Fixed : Issue with horiz. Metro scroller
         Fixed : Issue with default filter logical operation initialization
         Fixed : Repaint issue on header cell for HotmailRowSelect and DisjunctRowSelect
         Fixed : Issue with FixedFooter > 0 and QSortIndexed
6.0.2.0  New : Method LoadFromCSVStream() added
         Fixed : Issue with printing
         Fixed : Issue with ColumnSize.SynchWithGrid in combination with grid.SizeWhileTyping
6.0.3.0  New : DragDropSettings.OleAppendRows: boolean property added
         New : Design helper column numbers
         New : Help file integration for RAD Studio XE2
6.0.4.3  New : Event OnPrintGetPageNum event added
         New : Exposed public method UpdateFooter
         Improved : Tristate checkbox drawing in non themed Win apps
         Improved : Auto insert & delete row possible in filtered grid
         Fixed : Issue with append rows via OLE drag & drop
         Fixed : Issue with page nr. in OnPrintPage event
         Fixed : Issue with row selection from fixed row header with goRangeSelect = false
         Fixed : Issue with disjunct cell selection & keyboard selection
         Fixed : Issue with HideSelectedRows
         Fixed : Issue with ACol parameter in OnEditCellDone
         Fixed : Issue with CheckAllCheck = true
6.1.0.0  New : Added edMaskEditBtn inplace editor type
         New : Added adLeftRightInRow, adTopBottomInCol navigation modes
         New : Added AdvanceSkipReadOnlyCells property in navigation
         New : Added Method MoveRows() added to perform block moving of rows
         New : Added CursorMoveRows property in navigation
         New : Added basic support for XE2 VCL Styles
         New : Event OnFilterCheck event added
         New : Property FilterDropDownColumns added
         Improved : Drawing of glyph on ctBitButton control type in grid
         Improved : Printing of HTML formatted text, rotated text
         Fixed : Issue with SearchFooter.AlwaysHighlight option
         Fixed : Printing with variable row sizes & grid.PrintSettings.NoAutoSizeRows = true
         Fixed : Issue with sort indicator drawing when merged column header cells are used
         Fixed : Issue in HTML rendering engine with image hyperlinks & width/height tags
         Fixed : Issue with mouse wheel events when MouseActions.WheelIncrement = 1
         Fixed : Issue with auto insert rows and FixedRowAlways = true
         Fixed : Issue with MouseActions.CheckAllCheck and hidden columns
         Fixed : Issue with painting progress pie for specific values
         Fixed : Issue with disjunct cell selection and clicking on fixed cells
         Fixed : Issue with mousewheel scroll in app with VCL Styles in XE2
         Fixed : Issue with ColumnSize.Stretch & scrollbars
         Fixed : Issue with handling disjunct row selection when mouseup happens outside grid
         Fixed : Issue with anchor handling in HTML formatted cells
6.1.1.0  Improved : CursorWalkEditor behavior also applied for csComboEdit inplace editor
         Fixed : Rare issue with combination of custom inplace editors & checkboxes
         Fixed : Issue with calling RemoveDataImage() and text remaining in cell
         Fixed : Issue with OnRowChanging & goRowSelect
         Fixed : Rare issue with cell validation for edDateEdit
         Fixed : Rare issue for edEditBtn & AdvanceOnEnter
         Fixed : Allow form shortcuts from custom inplace editors in the grid
6.1.2.0  New : HintShowLargeTextPos property added to control positioning of large text hints in cells
         Improved : Home / Ctrl-Home behavior in combination with OnSelectCell
         Improved : Hints on HTML anchors in cells
         Fixed : Rare issue with ActiveRowShow & Shift-Tab
         Fixed : Rare issue with OnCanEdit & scrolling
         Fixed : Rare issue with edAdvGridDropDown and ItemIndex initialization
         Fixed : Issue with RowIndicator use and FixedRowAlways = true and RowCount = FixdRows
         Fixed : Issue with loading specific XML files with empty nodes
6.1.3.0  New : Title, Footer added in TAdvGridRTFIO
         Improved : Border export for Word 2007, 2010 in TAdvGridRTFIO
6.1.3.1  Improved : Font size handling for HTML formatted text during printing
         Fixed : Issue with TAdvGridCSVPager with page calculation when CSV has only one line
         Fixed : Issue with inplace combobox editor & BiDiMode = bdRightToLeft
         Fixed : Issue with CheckAllCheck / HotMailRowSelect under specific circumstances
         Fixed : Issue with merged cell printing
6.2.0.0  New : HoverRowCells property added
         New : Methods GetSelectionAsText/SetSeledctionAsText added
         New : Added property grid.ControlLook.HintMaxWidth
         Improved : Performance to export to file when exporting grids with hidden rows
         Improved : Auto column sizing when ActiveCellShow = true in specific circumstances
         Improved : Title height when printing with HTML formatted title
         Fixed : Issue with loading from empty file in LoadFromCSV
         Fixed : Issue with import from CSV when there are spaces between columns
         Fixed : Issue with disjunct row selection on focus leave under specific circumstances
         Fixed : Issue with filtered grid & HotmailRowSelect = true
         Fixed : Rare stack overflow issue when assigning Objects in OnGetCellColor
         Fixed : Issue with disjunct row selection & fixed footers & selection row count
         Fixed : Rare issue with SelectOnRightClick & popup menus
         Fixed : Issue with search highlight & special chars
         Fixed : Issue with custom inplace editors & Navigation.TabToNextAtEnd=true
         Fixed : Issue with sync grid / SelectionRow & mouse wheel
         Fixed : Issue with AllowClipboardColGrow
6.2.1.0  New : fmLiteral,fmExpression methods added for filtering
         New : Support for imagelist images & PictureContainer images in HTML hints
         Improved : Performance with AutoSizeColumns()
         Fixed : Rare issue with SelectOnRightClick & code in OnRightClickCell
         Fixed : Issue with balloon & cell comments on merged cells
         Fixed : Rare issue with tabbing & checkboxes
         Fixed : Issue with font initialization when UseItems = true in TAdvGridDropDown



License :
---------
Use of the component requires a license. A license is obtained by registration.
The component cannot be distributed in any other way except through free
accessible Internet Web pages or ftp servers. The component can only
be distributed on CD-ROM or other media with written autorization of the
author.
Online registration for TAdvStringGrid is available through the ShareIt
service at http://www.shareit.com/programs/100838.htm.
Alternatively, you can go to http://www.shareit.com and enter the program
number there: 100838.

Source code & license is sent immediately upon receipt of check or
registration by email. Payment grants users the right for a full version
cycle source code updates.


Help, hints, tips, bug reports :
--------------------------------
Send any remarks to : info@tmssoftware.com
Please clearly state which Delphi or C++Builder version you are using
and which version of the component you are using. In case of doubt,
download the latest version first at http://www.tmssoftware.com
When installing newer versions of the component, make sure to update
all your form files that used the previous version of TAdvStringGrid
before recompiling your application to make sure all new properties
are available. You can update the form file by opening it, ignoring
remarks about new properties and save the form.

Additional demos :
------------------
Available at : http://www.tmssoftware.com

example application 1 : printing with TAdvStringGrid
example application 2 : setting colors with TAdvStringGrid
example application 3 : navigation in TAdvStringGrid
example application 4 : general demo of TAdvStringGrid
example application 5 : comboboxes, lookupediting & imagelist images in TAdvStringGrid.
example application 6 : sorting, including custom sorting in TAdvStringGrid
example application 7 : C++Builder demo showing setting of cell color, alignment and sorting styles.
example application 8 : rich text capabilities in TAdvStringGrid
example application 9 : using bitmaps for printing headers & footers
example application 10 : demonstration of some new v1.81 features
example application 11 : using nodes to expand/contract rows
example application 12 : radiobutton inplace editors
example application 13 : combining TAdvStringGrid and TWebData to build a stock quote downloader
example application 14 : grouping with TAdvStringGrid
example application 15 : rich text drag & drop and printing, custom borders sample
example application 16 : using the printsettings & printpreview dialogs
example application 17 : loading data in the grid through ADO
example application 18 : using custom sort sequences
example application 19 : using the new edUnitEditBtn for split physical value editing in C++Builder
example application 20 : using the new HTML formatting capabilities
example application 21 : C++Builder version of the main demo
example application 22 : using the new filtering capabilities
example application 23 : a picture viewer with TAdvStringGrid
example application 24 : using custom inplace editors with TAdvStringGrid
example application 25 : printing multiple grids on a single page
example application 26 : using the ESBPCS edit controls as inplace editors
example application 27 : using the JPM open edit controls as inplace editors
example application 28 : using row, cell, cell ranges and column drag & drop
example application 29 : adding a field chooser to TAdvStringGrid
example application 30 : inplace rich text editing
example application 31 : using TAdvStringGrid with the new TChartLink component
example application 32 : using the new TImagePicker as inplace editor
example application 33 : using TAdvStringGrid with tAtPascalScripter
example application 34 : using TAdvStringGrid with Addict Spell Checker
example application 35 : using a TColumnComboBox as inplace editor for TAdvStringGrid
example application 36 : using the new ControlLook property to select different inplace editor control looks 
example application 37 : sorting on selected fixed rows of choice 
example application 38 : grouping and merged group headers in TAdvStringGrid 
example application 39 : merged cell access, merge cell printing and HTML export 
example application 40 : sort independent cell access 
example application 41 : virtual cells and disjunct row selection 
example application 42 : merged cell printing 
example application 43 : advanced border control 
example application 44 : floating footer usage 
example application 45 : virtual cell sorting 
example application 46 : various new TAdvStringGrid v2.0 features 
example application 47 : using the new capability to load data from MDB files
example application 48 : disjunct cell selection
example application 49 : automatic fixed floating footer calculations
example application 50 : (ab)using TAdvStringGrid : console app based sorting & fileformat conversion 
example application 51 : cell property access, clipboard persistent cell properties and binary save 
example application 52 : custom drawing and custom drawing printing support 
example application 53 : inplace memo and popup memo editor
example application 54 : using HTML forms in the grid
example application 55 : almost codeless interface to use any TWinControl as inplace editor for TAdvStringGrid
example application 56 : using the new TAdvGridExcelIO for reading / writing Excel files directly with TAdvStringGrid 
example application 57 : using cell controls to show a grid inside a grid
example application 58 : using TAdvGridWorkbook
example application 59 : using TAdvGridWorkbook with TAdvGridExcelIO
example application 60 : using data-dependent images
example application 61 : some combobox tricks with TAdvStringGrid
example application 62 : checkbox-based disjunct row selection
example application 63 : subgrouping with TAdvStringGrid
example application 64 : using TAdvGridRTFIO for native RTF export
example application 65 : using TAdvGridCSVPager for using large CSV files with paging
example application 66 : using OnPrintNewPage to start a new page for new data in a column
example application 67 : using the Unicode features of TAdvStringGrid
example application 68 : persisting column states
example application 69 : using Windows Vista style column header dropdown menus
example application 70 : custom group calculation
example application 71 : using the TAdvGridImportDialog
example application 72 : using the ICellGraphic interface for cells
example application 73 : using a lookup combobox in TAdvStringGrid
example application 74 : embedding charts in TAdvStringGrid
example application 75 : automatically connect TAdvStringGrid to TAdvChartView with TAdvChartLink
example application 76 : balloon functionality in TAdvStringGrid
example application 77 : filter dropdown
example application 78 : incremental filtering & narrow down capabilities
example application 79 : adding scrollbars on grid cells
example application 80 : Using the Auto filter capability Info
example application 81 : The edDetailDropDown and edGridDropDown inplace editors Info
example application 82 : The edColorPickerDropDown and edImagePickerDropDown inplace editors Info
example application 83 : Introducing TAdvGridDropDown Info
example application 84 : Customizing dropdown Items in TAdvGridDropDown Info
example application 85 : VCL Drag & drop between TAdvStringGrid and a TTreeview Info
example application 86 : Using the TAdvGridLookupBar
