https://github.com/amiralles/powergrid
Enhanced Data Grid View for Windows Forms
https://github.com/amiralles/powergrid
datagridview winforms
Last synced: 23 days ago
JSON representation
Enhanced Data Grid View for Windows Forms
- Host: GitHub
- URL: https://github.com/amiralles/powergrid
- Owner: amiralles
- Created: 2012-12-28T16:11:11.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-05-02T00:56:54.000Z (about 7 years ago)
- Last Synced: 2025-04-05T07:11:15.112Z (about 2 months ago)
- Topics: datagridview, winforms
- Language: C#
- Homepage:
- Size: 11.6 MB
- Stars: 16
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# powergrid
Enhanced datagridview component for Windows Forms.
What comes next is a short list of blog posts that explain what this component is good for.
(Some day I'll add a decent readme, I promise ;))### Conditional Format
1. https://alemiralles.blogspot.com.ar/2013/01/winforms-how-to-implement-conditional.html
2. https://alemiralles.blogspot.com.ar/2013/01/winforms-how-to-implement-conditional_4.html### Paging results
1. https://alemiralles.blogspot.com.ar/2012/12/winforms-datagridview-paging-right-way.html### Sorting using linq queries as data source
1. https://alemiralles.blogspot.com.ar/2013/01/how-to-enable-sorting-for-datagridview.html