StackOverflowException is thrown when perfoming sorting, filtering or grouping on GridView bound to DynamicObject
This occurs when the datamember binding of the GridViewColumn references a reference type instead of a value type (i.e. string, int, decimal, etc).