What is the advantage of datagridview instead of using datagrid

Questions by tuhina

Showing Answers 1 - 6 of 6 Answers

neerajagg18

  • Jul 30th, 2009
 

1. In datagrid you have to do lots of task for sorting, paging. In gridview sorting, paging is much easier and you can do with only 2-3 line of coding.

2. DataGrid control doesn't take full advantage of data source components. GridView fully support data source components.

  Was this answer useful?  Yes

Sanjida123

  • Jul 29th, 2010
 

DataGrid is the implementation of framework 1.1. It doesn't provide support for complex implementation such as image loading, combobox use in the datagrid control.

DataGridView is the implementation of framework 2.0 onwards. It is the overcome of 1.1 drawback.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions