intro
i have never been a fan of designing user interfaces(ui), because it's not my cup of tea! but once i had the opportunity to work adobe flex and i should admit i found it a lot more easier to design ui's with flex. during that (joyful) period i had to design a web site that had a few pages that used adoble flex. needless to say, this web site used a lot of data grids. at that time (2008) flex didn't have native support for its DataGrid. so, i had to write my own class that extended the DataGrid to implement the paging functionality.
in that process, I also needed additional utilities to assist me with the data grid paging class. they are also present in this set of utils along with the data grid paging class. i hope this is useful for others too!