I have a GridItemCollection defined as
GridItemCollection items = (GridItemCollection) Session["driveLayout"];
I want to sort the collection based off of one of the items in each GridItem. In particularly this item
item["VolumeGroup"].ToString().ToLower()
What is the best way to do this? Thanks