Differnce between DataGrid and GridView.
GridView:
1.GridView can bulid pages on mobile devices.
2.GridView supports the classic bindingbased on the DataSource property.
3.GridView provides the option for paging ,sorting in easy click of a button however datagrid
required some coding
GridView:
1.GridView can bulid pages on mobile devices.
2.GridView supports the classic bindingbased on the DataSource property.
3.GridView provides the option for paging ,sorting in easy click of a button however datagrid
required some coding
· Richer design-time capabilities.
· Improved data source binding capabilities.
· Automatic handling of sorting, paging, updates, and deletes.
· Additional column types and design-time column operations.
· A Customized pager user interface (UI) with the PagerTemplate property.
· Different custom-paging support.
· Different event models.
DataGrid:
1.DataGrid in 1.x doesn't supports the themes however in 2.0 it perform themes.
2.The DataGrid in version 2.0 can also render adaptively,
· Improved data source binding capabilities.
· Automatic handling of sorting, paging, updates, and deletes.
· Additional column types and design-time column operations.
· A Customized pager user interface (UI) with the PagerTemplate property.
· Different custom-paging support.
· Different event models.
DataGrid:
1.DataGrid in 1.x doesn't supports the themes however in 2.0 it perform themes.
2.The DataGrid in version 2.0 can also render adaptively,
No comments:
Post a Comment