ANN: DbAltGrid

From: Quasidata (quasidataATquasidataDOTcom)
Date: 01/21/04


Date: Wed, 21 Jan 2004 11:39:45 +0300

Quasidata announces the immediate availability of DbAltGrid
Suite 1.7, the latest release of the company's data-aware grid for Delphi
and C++Builder.

--
At a glance.
DbAltGrid is equipped with most features that are standard among data grid
controls. Inplace editors for common field types, footer, header arrows,
header icons, cell icons, cell hints, grid auto-width, column auto-width,
mouse wheel, Shift-click selection, alternate row colouring, key mapping,
properties storage, and so on.
The rather distinguished features are:
- SHORT LEARNING CURVE. TDbAltGrid is fully compatible with common TDBGrid
that comes with the VCL. By migration to DbAltGrid, you will not get any
code conflict. There is an auxiliary component to assist with such a
migration.
- MULTIPLE CELL LINES PER RECORD AND MULTIPLE TEXT LINES PER CELL.
DbAltGrid allows the user to customize the grid layout freely. The user
can adjust the height of each line in rows separately.
- NESTED COLUMNS. Now you can sort your columns into logical
categories, consolidate them and assign to shared parent columns. Parent
columns are expandable and collapsible, so this way you can imitate a
hierarchical column structure. You can MERGE several columns and display
them in a RTF summary column.
- Two-way data transfer through the CLIPBOARD and DRAG-AND-DROP using most
popular formats, including ones native to MS Office.
- Inplace editing of MEMO fields, including RTF fields.
- HYPERLINKS in cells.
--
What's new?
- A column template component TdagPickGrid added. It is a regular DBGrid
wich can be linked to a separate dataset and used as a sophisticated pick
list.
- A column template component TdagLookupList added. It allows a column to
operate like a lookup column, except that the column's field is a normal
field and the drop-down list is populated directly instead of from a
lookup dataset.
- New member dagAutoDropDown in the AltOptions property set allows the
drop-down editor window to appear immediately as the user starts editing.
- TdagBoolean.ToggleOnEdit controls whether the value of the check box is
toggled when the user enters edit mode.
- If a TdagCalendar or a TdagClock is linked to a column, user can input
value in the column cells using the keybord.
A new demo PickGrid has been added. It demonstrates how to use TdagPickGrid
and how to dynamically update its contents on a keystroke depending on the
text typed in the cell.
--
To learn more, please visit www.quasidata.com
Andrei Fomine
Quasidata


Relevant Pages

  • Re: Grid and Array Association
    ... When all the calculations are completed, you want to put the total ... count for each date in the cell just below that date. ... Loop through GridArray assigning the date found at the top of the grid ... called dResult. ...
    (microsoft.public.vb.general.discussion)
  • Re: Grid and Array Association
    ... When all the calculations are completed, you want to put the total ... count for each date in the cell just below that date. ... Loop through GridArray assigning the date found at the top of the grid ... called dResult. ...
    (microsoft.public.vb.general.discussion)
  • Re: Grid and Array Association
    ... When all the calculations are completed, you want to put the total ... count for each date in the cell just below that date. ... Loop through GridArray assigning the date found at the top of the grid ... called dResult. ...
    (microsoft.public.vb.general.discussion)
  • Re: Grid and Array Association
    ... When all the calculations are completed, you want to put the total ... count for each date in the cell just below that date. ... Loop through GridArray assigning the date found at the top of the grid ... called dResult. ...
    (microsoft.public.vb.general.discussion)
  • RE: Help with developing sudoku gui using GDI+
    ... x/y mouse coordinates to indices in your array. ... Let's assume that your grid ... information like the number that is already filled in on the cell. ... the selected rectangle. ...
    (microsoft.public.dotnet.framework.drawing)