MSDN says, The DataGridView control is a new control that replaces the DataGrid control in .NET Framework 3.5.
In any project in VS2008, there is no datagrid control listed in the tool box and only gridview control is present. The MSDN page also describes all the features that gridview provides and datagrid doesnt - Can anyone tell me if Datagrid control is obsolete or excluded?
If so, is there any difference in performance in using these two controls? I personally generally use gridview control always. Is there any condition where using datagrid is better than using gridview? or vice versa.