Not sure if this is the right way, but it definitely works. There are two protected methods inside the DataGrid that are responsible for drawing the selection and highligting.
drawHighlightIndicator drawSelectionIndicator. override these methods with blank implementation. - venkat http://www.venkatj.com --- In flexcoders@yahoogroups.com, Joe <[EMAIL PROTECTED]> wrote: > > Would defining a new methiod, then calling super.dataGrid() work? > > Im starting to get into the Flex side of AS3, right now all I have is the > OOP side of flash. So I don't know the method calls yet. :P > > -Joe > > > On Dec 21, 2007 10:42 AM, djhatrick <[EMAIL PROTECTED]> 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 > > > > > > >