Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amiralles/powergrid
Enhanced Data Grid View for Windows Forms
https://github.com/amiralles/powergrid
datagridview winforms
Last synced: 3 months 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 (about 12 years ago)
- Default Branch: master
- Last Pushed: 2018-05-02T00:56:54.000Z (almost 7 years ago)
- Last Synced: 2023-04-01T14:46:19.218Z (almost 2 years ago)
- Topics: datagridview, winforms
- Language: C#
- Homepage:
- Size: 11.6 MB
- Stars: 14
- Watchers: 3
- Forks: 7
- 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