Divelements
Because everything starts with the presentation layer
SandGrid
 Monday, December 24, 2007, 4:36 PM   Home Products Downloads How to Buy Support Corporate  
SandGrid Version History
Home / Products / SandGrid

Shown below is a complete history of the public releases of this product. Sections highlighted in blue represent maintenance releases that do not generally introduce any new features but address existing issues. Where available, you can view the release notes for a particular build.

1.1.2
6 October 2007
NEW: GetFirstVisibleRow method exposed on InnerGrid class.
NEW: EnableSearching property (default true) allows disabling of interactive searching as the user types characters.
FIX: Rows added dynamically to an empty but already-expanded parent row could appear blank.
FIX: Shrinking a grid with row headers visible so that no columns were shown could result in an exception.
FIX: A grid containing sprung columns could flicker visually if resized continuously.
FIX: An exception could be thrown in virtual mode after interacting with the grid in a specific way.
FIX: With multiple grids tied to each other, certain selection actions could result in an exception.
CHANGE: Double-clicking a column header to size to contents only looks at the onscreen rows (performance enhancement).
1.1.1
25 July 2007
FIX: The renderer would incorrectly query visual styles information in an environment where visual styles were disabled, leading to an exception.
1.1
23 July 2007
NEW: Groups are now collapsible.
NEW: Virtual mode allows row data to be loaded on demand and discarded when not needed, meaning instant binding and population.
NEW: SortExpression property added to GridForeignKeyColumn so that the list of suggested values for a cell can be sorted appropriately.
NEW: All rendering is done by visual styles where possible, so the grid appears correctly in Windows Vista.
NEW: WhitespaceClickBehavior property introduced on InnerGrid.
NEW: HorizontalAlignment property on GridColumn replaced with separate HeaderHorizontalAlignment and CellHorizontalAlignment properties.
NEW: CommitOnLoseFocus property determines whether an edit operation is committed upon loss of focus to the editor.
NEW: GetEditedColumnForRow virtual method added to SandGrid for controlling which column's value is edited when starting an edit operation on a row.
NEW: GridStateSerializationOptions added for more control over which grid properties are restored when calling DeserializeState.
NEW: ExpandAll and CollapseAll methods introduced on InnerGrid.
NEW: Columns have a ToolTip property.
ENHANCED: DrawGroupHeading is now passed a GridGroup object to draw, making it possible to display summaries in headings.
FIX: Pressing Ctrl-C during an edit operation would copy the row to the clipboard rather than the contents of the editor.
FIX: SelectionChanged event could be raised when the control was being disposed.
FIX: Changing the font of a GridCell would not trigger a column resize when a column's AutoSize was set to Contents.
FIX: Using text search to select a row would not update the row reported in the RowActivated event.
FIX: Pressing the zero key on the numeric keypad would not start an edit operation when it should.
FIX: Clicking on whitespace in the grid would not set focus to the grid.
BREAK: Calling BeginEdit when an edit operation is already active will throw an exception.
1.0.7
9 February 2007
NEW: GridForeignKeyColumn now understands a binding to a BindingSource which is bound to a DataSet.
FIX: Changing bound data sources when sorting could result in the row indices failing to be correctly updated.
FIX: A NestedGridRow with checkboxes shown would display the grid slightly smaller than it should.
FIX: In rare circumstances an InvalidOperationException could be thrown when clicking on a grid after a certain series of operations.
1.0.6
12 November 2006
NEW: AfterCollapse event added.
NEW: GridProgressBarColumn renders with Visual Styles where available.
NEW: EndEdit method exposed on SandGrid.
NEW: User moving of rows with multiple selection is now supported.
NEW: Multiline column headers are now supported.
NEW: CopySelectedCellsToClipboard method enhanced to optionally include header text.
NEW: ExportToDelimitedText method enhanced to optionally include header text.
NEW: RowsMoved event added for notification when a user has dragged rows to a new location.
NEW: CalculateExpandButtonBounds virtual method added to GridRow for customization of the location of the expand button.
NEW: CalculateIndentation virtual method added to GridRow for customization of the amount of indent a row gets due to a tree hierarchy.
FIX: Pressing enter to commit an edit operation could fail in some circumstances.
FIX: Changing the enabled state of the control immediately after removing rows could result in an exception.
FIX: A single line of text rendered with GDI with support for wrapping turned on would render at a different Y position that one rendered without.
FIX: The HeaderText property of GridColumn is now localizable.
FIX: When the BindingContext of a SandGrid was changed (e.g. with dockable windows) with nested grids being used, an exception could be thrown.
FIX: When adding a complex hierarchy of nested grids to a toplevel grid, the toplevel grid could fail to be correctly propagated down the hierarchy causing an exception to be thrown later.
FIX: GridBooleanColumn now draws its background and foreground in keeping with other columns when viewing check marks.
CHANGE: The expand and collapse related events are now fired for programmatic alteration of the Expanded property as well as user interaction.
CHANGE: When exporting to delimited text, a value is treated as a string even if its unformatted value is not a string, if the formatted value contains the delimiter.
1.0.5
30 August 2006
NEW: Pressing tab while editing a cell value commits the edit operation and starts an edit operation on the next cell.
NEW: AutoSizeIncludeHeader property on GridColumn determines whether header text is included in autosizing calculations.
FIX: Adding or removing grid items from within SetCellValue could result in an exception from the grid.
FIX: Mouse dragging of rows could sometimes fail with an exception on completion.
FIX: Removing a row in the double click event could result in an exception upon a subsequent click.
FIX: When a row was selected in cell selection mode, shift-arrow keys could result in an exception.
FIX: Calling Rows.Clear during an edit operation could result in an exception.
FIX: Calling the ScrollElementIntoView method now automatically performs a full measure and layout if needed.
FIX: Nested grids that extended beyond the boundaries of available columns are no longer clipped and can be scrolled to.
1.0.4
23 July 2006
NEW: The SelectedElementCollection class now exposes a ToArray() method.
NEW: GridDecimalColumn and GridDecimalCell classes are now available.
NEW: The row autosize feature (setting a row's Height to zero) has been added, forcing a row to size itself based upon multiline text in columns.
FIX: The SelectionChanged event could potentially be called during a call to Dispose().
FIX: Removing a column that was selected would not correctly remove it from the SelectedElements collection.
FIX: Removing rows when the grid got the focus could result in an exception.
FIX: The row highlight with Partial row highlighting, with an invisible primary column, could be calculated incorrectly.
FIX: A grid with nothing but invisible columns could throw an exception on load.
FIX: Removing the sort column from a grid would not always disassociate it from the SortColumn property.
FIX: Setting GridCell.Text to "" when already so would not reset IsNull to false.
FIX: Setting the DropDownStyle of a ComboBox editor to DropDownList would result in the editor not saving its value properly
CHANGE: GetCellValue and SetCellValue methods on GridRow made public.
1.0.3
4 June 2006
NEW: Tooltips property offers the opportunity to disallow tooltips.
NEW: ParentRowDoubleClick property added to control the behavior of a double click on a parent row (expand/collapse or activate).
NEW: AlternateRowBackgroundColor and AlternateRowOpacity properties exposed on WindowsXPRenderer.
NEW: VisibleRows and VisibleColumns properties on SandGrid expose a way to enumerate through visible elements.
NEW: NewRowType property exposed for customization of the row type used in databinding.
NEW: DrawVirtualCell method exposed on GridRow for further customization of the drawing process.
NEW: DataBindingComplete event allows customization of elements as they are created due to databinding.
FIX: When repeatedly binding to different datasources SandGrid could take longer and longer to do so.
FIX: Multiline GDI tooltips are now supported.
FIX: Databound nested grids with row headers on could cause an exception to be thrown.
FIX: Checkboxes in rows would not be clipped properly when their column was shrunk.
FIX: Programmatically removing a row with an active editor would throw an exception.
FIX: Selected columns did not redraw as they should when focus entered and left the control.
1.0.2
26 April 2006
NEW: PointToGrid method exposed on SandGrid for converting client coordinates to grid coordinates.
NEW: Editing of any cell in row highlight mode is now possible via the RowEditMode property. This means that customers using virtual rows can now edit any value.
FIX: Having an invisible column in a grid with no rows present could cause an exception.
FIX: Customizing a GridComboBoxEditor then committing the edit could cause an exception.
FIX: Typo fixed in enumeration "ColumnAutoSideMode".
1.0.1
23 April 2006
NEW: Checkbox support in rows.
NEW: GroupHeadingClickBehavior property added to grids (default changed).
NEW: AfterEdit event added to SandGrid class offering opportunity to cancel or change an edited value.
NEW: YesText and NoText properties added to GridBooleanColumn for localizable customization of the YesNo value display.
NEW: NullBehavior property added to choose whether SandGrid interprets null references or DBNull.Value as null when formatting and parsing values.
NEW: SelectedElements now returns an instance of SelectedElementCollection rather than an array.
FIX: The column resizing cursor was not shown during a resize operation.
FIX: The HorizontalAlignment property of columns is now applied to both the header and cell contents including image.
FIX: When dragging a column header and scrolled to the right, the ghost header could be drawn in the wrong place.
FIX: A SelectAll operation when there were no rows in the grid would result in an exception being thrown.
FIX: Nested grids whose bounds exceeded their parents would not have mouse messages passed to them correctly.
FIX: Native sorting with null values now works in a more consistent manner.
FIX: Sorting indicator glyphs were not shown over text, reducing their visibility prematurely.
FIX: It was not possible in the BeforeEdit event to customize the contents of an editor, for example populating a GridComboBoxEditor.
FIX: The Paint event was never fired.
FIX: When right-clicking on a row when a context menu was displayed, the row would not always be selected.
1.0
2 April 2006
First release.

Design and content Copyright © 2003 - 2007 Divelements Limited. Content may not be reproduced without permission.