Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 6 of 6 total
Thread Checkbox double-click in grid
Wed, Aug 23 2017 4:02 AMPermanent Link

Matthew Jones

I'm wanting to use a checkbox to select items in an unbound grid. It is working, but to change the selection from True to False or vice versa I have to double-click. Is there a way to make this a single click? I can see this being a source of complaint from end users as it seems to "not work" when you single click.

--

Matthew Jones
Wed, Aug 23 2017 6:53 AMPermanent Link

Matthew Jones

Matthew Jones wrote:

> a checkbox to select items in an unbound grid. It is working

Hmm, it doesn't work at all if the grid's RowSelect is true.

--

Matthew Jones
Fri, Aug 25 2017 12:38 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Matthew,

<< I'm wanting to use a checkbox to select items in an unbound grid. It is working, but to change the selection from True to False or vice versa I have to double-click. Is there a way to make this a single click? I can see this being a source of complaint from end users as it seems to "not work" when you single click. >>

I could have sworn that I added this feature already, but apparently I didn't.  I'll add it to the list.

Tim Young
Elevate Software
www.elevatesoft.com
Fri, Aug 25 2017 12:38 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Matthew,

<< Hmm, it doesn't work at all if the grid's RowSelect is true.  >>

This is by-design - none of the editing controls work when RowSelect=True.

Tim Young
Elevate Software
www.elevatesoft.com
Mon, Sep 4 2017 7:16 AMPermanent Link

Matthew Jones

Tim Young [Elevate Software] wrote:

> This is by-design - none of the editing controls work when RowSelect=True.

Hmm, it would be nice to be able to have a single check-box operating when it is. I shall have to check if I can multi-select rows when rowselect is on, but the idea is that I want to have the user be able to "turn off" certain items that are shown in the grid. It defaults to import all, and they can de-select a line if they don't want that one imported. But the individual cell selection doesn't make good sense from an interaction point of view.

So if it were possible to have the selection reflected in a checkbox, that might be nice. Ho hum.

--

Matthew Jones
Tue, Sep 5 2017 1:01 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Matthew,

<< Hmm, it would be nice to be able to have a single check-box operating when it is. I shall have to check if I can multi-select rows when rowselect is on, but the idea is that I want to have the user be able to "turn off" certain items that are shown in the grid. It defaults to import all, and they can de-select a line if they don't want that one imported. But the individual cell selection doesn't make good sense from an interaction point of view.

So if it were possible to have the selection reflected in a checkbox, that might be nice. Ho hum. >>

Noted, and added to the list.  It's probably something that I can address when I deal with the fixed column support in the grid.

Tim Young
Elevate Software
www.elevatesoft.com
Image