The ALGrid uses editors from the AspLib Controls Library to edit its
data.
With a simple property setting, ALGrid allows you to display a preview region
beneath each row just like MS Outlook. These sections are extremely useful if you
need to display memo field values or other information that doesn't fit into individual
grid cells. The following capabilities are available to you when using the ALGrid
Preview Row feature:
- Displaying Field Values - if you need preview sections to display values
from a particular field, simply assign the appropriate field name to the grid's
PreviewField property - it's that simple.
- Customizable Height - you can specify the height of individual preview rows
by setting property Height of the preview field.
- Preview Length Limit - you can easily limit the total length of text displayed
within the preview via the PreviewMaxLength property.
|