We are planning to implement .net gridview. So before moving to implementation part we are doing some assessment to get best option.
We have couple of options in our mind,
1. Only ASP.Net gridview
2. ASP.Net gridview with JQuery
3. Only JQuery
My question is, which option is best in terms of,
- Code reuse (example: common features like paging, sorting and etc.)
- Performance aspect
- Maintenance and long run
- Of course easy implementation 😊
Or is there any other better options are there other than above?
Thanks in advance.