I've created some sample data as a StaticResource in a Sketchflow prototype (this is a Silverlight project). I want to filter or group-by the sample data before binding it to a gridview for display.
How do I get at the sample data in my C# codebehind files in order to filter or group-by it before display?