Is there one involving item renderers?  I believe I scoured your site pretty
thoroughly, but the only time I see selection behavior being overriden is
inside an extended list or DataGrid.  Is it possible to pull this off with
only an item renderer?
Thanks

On Wed, Feb 4, 2009 at 1:16 AM, Alex Harui <aha...@adobe.com> wrote:

>    There a example on preventing list selection on my blog
>
>
>
> *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On
> Behalf Of *Dennis Falling
> *Sent:* Tuesday, February 03, 2009 5:30 PM
> *To:* flexcoders@yahoogroups.com
> *Subject:* Re: [flexcoders] Re: Prevent ItemRenderer click from selecting
> row?
>
>
>
> That would work for invalidating my selection, but I simply want the
> selection to never occur.  That way if something was previously selected, it
> isn't altered.
>
> On Tue, Feb 3, 2009 at 5:08 PM, fourctv <four...@yahoo.com> wrote:
>
> have you tried datagrid.selectedItems=null?
>
>
>
> --- In flexcoders@yahoogroups.com <flexcoders%40yahoogroups.com>, Dennis
> Falling <dfall...@...> wrote:
> >
> > I have an ItemRenderer with buttons in it. In the click listener
> functions
> > for these buttons, I call event.stopImmediatePropagation (and
> > preventDefault, though that doesn't seem relevant), but the row is still
> > selected. How can I prevent it from receiving the click and highlighting
> > itself?
> > Thanks.
> >
>
>
>
>   
>

Reply via email to