I am looking for a DataGridView control for Winforms which has the following capabilities with little or no programming (once the the control is bound to datasource).
- Disconnected Search/Filtering
- Pagination
- Backend/Frontend Column 开发者_高级运维Groupping
- Exporting Data
- Print Preview
It doesn't matter the control be commercial, free, or open source.
You might want to try the Telerik GridView it pretty much does all you want except for the Print preview.
精彩评论