This question is locked. New answers and comments are not allowed.
GridView seems to be one of the most popular XAML controls but unfortunately it's little lacking. For example:
Maybe Telerik could step in and build a better GridView control, similar to the WP7's DataBoundListBox?
- There's no built-in support for differently sized items. The developer must inherit the GridView to implement this feature.
- The data virtualization doesn't work if the data is grouped.
- The semantic zoom, data virtualization and data grouping don't play well together
- The control has performance problems: http://social.msdn.microsoft.com/Forums/da-DK/winappswithcsharp/thread/6c56ad90-12a8-4dd9-a07e-19620e6785ae & http://social.msdn.microsoft.com/Forums/en-US/winappswithcsharp/thread/3d2eb525-6d4c-4445-bc84-e1484369a4a9
Maybe Telerik could step in and build a better GridView control, similar to the WP7's DataBoundListBox?
