as3 data grid individual row height

Hi,

I am working with a data grid and the cell renderer method. I have had much success in incorporating classes and components inside of a data grid cells. The one problem I can’t find a solution for is the ability to set the row height for different cells. There is the master method in the dataGrid class that sets the rowHeight for all of the cells but nothing to set them individually. Can this be done?

Thanks