We are creating an WPF Query builder application that reads data from SQL Server. We will be reading millions of rows sometimes. I am very impressed with the Results grid of SSMS or Visual Studio's SQL Server Object explorer's query window.
How do I get same kind of performance that SSMS to render the results. I know keeping it light is one of the answers but I want to know if someone has suggestions to get the same kind of performance in the WPF data grid or any other data grid that can you used with WPF.
Thanks in advance.
Cheers!