Category Archives: Adobe Flex

DataGrid, Fixed Footer

The first attempt (click here) to do a DataGrid footer was somewhat successful but had problems with redrawing the footer under numerous conditions. This version simply adds an additional row to the data source and manages the sorting to always keep … Continue reading

Posted in Adobe Flex | Tagged , , , | 2 Comments

Styling DataGrid rows with an Item Renderer

I had a need to bold the data in only one row of a Flex DataGrid. There were some solutions posted on-line (especially ninjacaptain) but honestly I could not get them to work the way I wanted. So, using their … Continue reading

Posted in Adobe Flex | 1 Comment

DataGrid Footer

I was enjoying the enhancements made to the DataGrid control I found on Doug Marttila's site, who in turn was working from an original update made by Alex Harui. However, I found that the footer did not work correctly when … Continue reading

Posted in Adobe Flex | 5 Comments