Is there any way to set the style or container for the entire row inside a Flex DataGrid?
Basically, I'd like to render each row with a rounded BorderContainer. I could always use a DataGroup for this, but really, I want DataGrid functionality, but I want to control the style or skin of the row.
Is there any way to achieve this?