Subject Re: Select a range of rows in a IB_ctrlGrid
Author Bob Zirbel
Hi Helen

If I use an IB_Grid the range selection works by default.
However, an IB_ctrlGrid doesn't allow multiple selection and I can't
find any properties to make it work. Is the code to do this actually
implemented in IB_ctrlGrid?

Regards

Bob



--- In IBObjects@yahoogroups.com, Helen Borrie <helebor@t...> wrote:
> At 05:30 AM 21/05/2004 +0000, you wrote:
> >Thanks for your reply Helen.
> >
> >Shift-Click and Ctrl-Click don't seem to work with an IB_ctrlGrid.
>
> Hold down the Shift key and click the (contiguous) rows you want.
> or
> Hold down the Ctrl key and click the (non-contiguous) rows you
want.
>
> >Is there a property I need to set to enable this feature?
>
> There are several properties around the Select mechanism...have
you tried
> the Help text? Look also at the Options property of the ancestor
> TCustomGrid in the VCL help.
>
> Helen