BikrantSingh
BikrantSingh

Reputation: 95

HIghlight row in red border in AdvancedDataGrid in Flex 4

I want to highlight the row in red border in AdvancedDataGrid without selecting the row. My selected item is different from the highlight row. Please see the following image :

enter image description here

My selected index is where Territory is Nevada but my highlighted row is different(in Red Border) based on some condition.

So please tell me how can i implement it.

Upvotes: -1

Views: 196

Answers (1)

Robin van den Bogaard
Robin van den Bogaard

Reputation: 520

You will have to extend mx.controls.advancedDataGridClasses.AdvancedDataGridGroupItemRenderer and add the condition + visuals to add the red border based on that condition.

Upvotes: 0

Related Questions