WinForms DataGridView in the CTP
I just noticed Raghavendra saying that the WinForms DataGrid (then GridView) has been renamed to "DataGridView". Sure enough, the CTP build says "System.Windows.Forms.GridView is obsolete, this class will be removed at the start of M3. Use DataGridView instead." As far as I can tell, in ASP.NET it's still called "GridView". Is it just me, or does it seem like calling the WinForms version "DataGridView" would just cause confusion?
--Marcie