Monthly Archives: March 2016

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.

datagridviewprime.png Continue reading

Posted in Software | Leave a comment