Lets say there are 2 DataGrids side-by-side:

DataGrid 1 - This is where the multi-select list is.  There 2
categories of items, each under a slider with it's own multi-select
DataGrid.

DataGrid 2 - This list displays the result of the selections from both
categories.  The DataGrid has buttons at the bottom which allow the
user to order them as they please.

The user selects items on the left from each slider by just clicking
on them and they appear on the right list.  The right list keeps the
users' order, even as the user adds/removes items.

Frank




--- In flexcoders@yahoogroups.com, "Paul DeCoursey" <[EMAIL PROTECTED]> wrote:
>
> Just to satisfy my curiosity, how does your current app work?  how
> does selection and de-selection work?  How do you select ranges?
> 
> --- In flexcoders@yahoogroups.com, "Frank" <bayamos@> wrote:
> >
> > Sorry, I did not want to get into a religious war ;-)
> > 
> > It's just that my current app does not need the ctrl key to be pressed
> > and there is no training involved if you do not have to teach people
> > to hold down the control key.
> > 
> > Frank
> > 
> > 
> > --- In flexcoders@yahoogroups.com, "Paul DeCoursey" <paul@> wrote:
> > >
> > > What do you mean not intuitive?!?  That is how the built in HTML
> > > selection list works.
> > > 
> > > --- In flexcoders@yahoogroups.com, "Frank" <bayamos@> wrote:
> > > >
> > > > Is it possible to modify the behavior of the DataGrid so that
> user can
> > > > make multiple selections without holding down the CNTL key?
> > > > 
> > > > I'm converting an Ajax app to Flex, and the HTML component I am
> > > > replacing does not require the holding down of the control key
> to make
> > > > multiple selections.
> > > > 
> > > > It's not intuitive to force the user to hold down the CNTL key
> to make
> > > > multiple selections, specially when you are coming from a HTML web
> > app.
> > > > 
> > > > Or should I be using another component?
> > > > 
> > > > Frank
> > > >
> > >
> >
>


Reply via email to