I currently have a piece of code that takes a ...DataView..., selects the values of a single column, groups by those values, then outputs the count (to get a histogram, of sorts):...string columnName;
var dataSource = grid.DataSource as System.Data.DataVi...