DataGrid vs. DataGridView
Submitted By:
rustem
Rating:
(Not rated) (
Rate It)
Share:
By Email
Visit
Description
The DataGridView Windows Forms control is a quite new .NET control introduced in MS Visual Studio .NET 2005 that is a good alternative to the VS .NET 1.x DataGrid control. The data table presentation feature became much easier to be implemented in .NET Windows application.
Obviously we do not need to disregard the .NET DataGrid control. For most situations it works faster than the new DataGridView. Also the control gives you ability to display hierarchical data.
Comments (0)
Add Your Rating