DataGridViewPrime

C# WinForms offers a suite of fully-featured controls for building responsive, event-driven user interfaces. However, there is limited native support for data visualization and the existing tools show poor performance when plotting >100K data points.

My solution to this problem is DataGridViewPrime, a class extension of DataGridView that includes functions to Save, Copy and Explore the data source bound to the control. The features are accessed though a new context menu created for the control.

Here’s an example:

datagridviewprime.png

If you would like additional data visualization options in your DataGridView controls, check out the source code on GitHub.

Good luck out there!

This entry was posted in Software. Bookmark the permalink.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s