Okay, I'm looking for the equivalent of useRollover=false for selectionColor.  I know I can set the selectionColor to a specific color.  But I don't want the selection to have ANY color applied to it.  I want it to stay the same color it was, which will be different because of the alternating row colors.  Haven't been able to find such a setting.

For now, I'm doing this:

package nes
{
  import mx.controls.DataGrid;

  public class NoSelectDataGrid extends DataGrid
  {
    import flash.display.Sprite;
    import mx.controls.listClasses.IListItemRenderer;
   
      override protected function drawSelectionIndicator(
                                  indicator:Sprite, x:Number, y:Number,
                                  width:Number, height:Number, color:uint,
                                  itemRenderer:IListItemRenderer):void
      {
      }
  }
}


--
Jason __._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to