it is a protected method. you can override it.

override protected function selectItem(item:IListItemRenderer,
shiftKey:Boolean, ctrlKey:Boolean, transition:Boolean = true):Boolean 
{
}

- venkat
http://www.venkatj.com

--- In flexcoders@yahoogroups.com, mark goldin <[EMAIL PROTECTED]>
wrote:
>
> How do you override selectItem?
> 
> "ben.clinkinbeard" <[EMAIL PROTECTED]> wrote:          Subclass
DataGrid and override selectItem, drawHighlightIndicator and
> drawSelectionIndicator so that they do nothing.
> 
> --- In flexcoders@yahoogroups.com, "djhatrick" <djhatrick@> wrote:
> >
> > I asked a while back and didn't see an example of how to override the
> > method that selects an item in a datagrid, or for mouseovers for that
> > reason. I am using a datagrid in an application, and it's a dummy
> > datagrid just shows data - I don't want to select anything or
> > highlight anything.
> > 
> > 
> > 
> > Any help? 
> > Thanks,
> > Patrick
> >
>


Reply via email to