How to add more than 65,535 columns in a data grid view in C# windows application?
c#, datagridview, winforms
Solution
I know that DevExpress XtraGrid supports, in theory, Int32.MaxValue rows or columns in the grid. In this case, the limit is the system memory not the grid.
But do you really need to display so much data?
Problem
Or is there any better suited 3rd party control for this purpose?