Subject | Re: TIB_Grid: still two problems |
---|---|
Author | mirco@intellitec.de |
Post date | 2001-12-04T08:06:04Z |
Hi everyone,
I repost my previous message here, because I didn't get any feedback
yet. Please, I am desperately looking for help on the two issues
below.
Mirco
I repost my previous message here, because I didn't get any feedback
yet. Please, I am desperately looking for help on the two issues
below.
Mirco
--- In IBObjects@y..., mirco@i... wrote:
> Hi everyone,
>
> I still have two problems with TIB_Grid, where neither the IBO
help,
> nor the GSG seem to help.
>
> First, users are complaining that TIB_Grid displays an empty row,
> even when there are no entries. This is confusing for most of them.
> True, this does have some use if the grid is allowed to auto-insert
> items, but this is disabled for my app anyway (at least I think
so...
> preventInserting=false should do that, right?)
> So how can I tell the grid to display no row (besides the header)
if
> the dataset is empty?
>
> Second, (this has been asked before with no reply) how can I make
> multi-selects with Ctrl+click work like on a standard Windows
> listbox? The difference is:
> In a listbox, if no row is selected (just one is highlighted)
> ctrl+clicking on another row actually selects 2 rows (the
current+the
> clicked) while in TIB_Grid, only the clicked row is selected (but
not
> the current).
> So how can I tell the grid to behave like a standard listbox?
>
> Thanks in advance
> Mirco