1) Can you add exporting the grid directly to excel/csv?
2) how about adding a LINQ query execution engine on top of the visualizer? once you have full collection in memory, using code dom, you can compile user query as a program, feed the collection to the newly compiled program and then get the result from it.
2) how about adding a LINQ query execution engine on top of the visualizer? once you have full collection in memory, using code dom, you can compile user query as a program, feed the collection to the newly compiled program and then get the result from it.