7

I'd like to know how to create an "overlay" in Flex's Advanced Grid? See the sample here

http://tinypic.com/r/4ieccm/4

Michael Easter
  • 23,733
  • 7
  • 76
  • 107
Roman Kagan
  • 10,440
  • 26
  • 86
  • 126

1 Answers1

1

For a datagrid you can override the DrawRowBackground method of the datagrid to do custom backgrounds. I assume there would be something similar to that for the advanceddatagrid.

http://livedocs.adobe.com/flex/3/langref/mx/controls/DataGrid.html#drawRowBackground%28%29

Pratik Bhatt
  • 687
  • 4
  • 15