Is DataGrid a necessity in WPF?

Posted by Jobi Joy on Stack Overflow See other posts from Stack Overflow or by Jobi Joy
Published on 2008-09-24T17:08:31Z Indexed on 2010/05/07 3:18 UTC
Read the original article Hit count: 507

Filed under:
|

I have seen a lot of discussions going on and people asking about DataGrid for WPF and complaining about Microsoft for not having one with their WPF framework till date. We know that WPF is a great UI technology and have the Concept of ItemsControl,DataTemplate, etc,etc to make great UX. Even WPF has got a more closely matching control- ListView, which can be easily templated to give better UX than a traditional Datagrid like display. And I would say a readymade DataGrid control will kill or hide a lot of creativity and it surely will decrease the innovations in User Experience field.

So what is your opinion about the need of DataGrid in WPF as a Framework component? If you feel it is necessary then is it just because the world is so used to the DatGrid way of data display for many years?

Some other threads having the discussion about DatGrid are here and here

Link to WPF ToolKit - Latest WPF DatGrid

© Stack Overflow or respective owner

Related posts about wpf

Related posts about datagrid