This question is locked. New answers and comments are not allowed.
I've encountered a problem using the Telerik Grid: I have a query I need to connect to the grid but it returns an undetermined number of columns that depend on user input (for instance, I show one column per week of data requested). Because of this, I cannot create a predefined model to give the grid. I've tried using dynamic types with ExpandoObjects but this fails because creating bound columns requires type-checking. Does anyone have a suggestions? Thanks for your help!