:: Forum >>

CTRL-clicking for select and deselect

Hi,
Quick question. I'm in direct competition with another group to come up with a particular solution. I've used your grid and its working a dream. So far I'm way ahead but there's one item that the users love that the other group are providing. Thats the ability to select and deselect a row by mouse clicking and not via CTRL mouseclicking.
I know its a long shot but is it possible to implement this selection process on a grid. I would be willing to sacrifice the shift and cntrl keys as the users would prefer to select them all??

Any suggestions?

Thanks a mil
Brian R
Friday, April 30, 2004
Also is it possible maybe to disable the shift mouseclicking functionality to allow only CNTL mouseclick selects???
Thanks Again
Brian R
Friday, April 30, 2004
Seem to work...
obj.setSelectionProperty("multiple", true);
obj.setAction("selectRow", obj.getAction("selectMultipleRows"));
obj.setAction("selectRangeOfRows", null);
Alex (ActiveWidgets)
Tuesday, May 4, 2004
That is superb....in your face other group
this grid is the business..
Thursday, May 6, 2004

This topic is archived.


Back to support forum

Forum search