Hello,
I made a test WinForm program based on the GridGroupingControl console tutorial program that creates a list with fields A, B, C, D (and partly based on the tutorial on using an ADO data source). The column headings show up in the grid but the data (rows) do not.
After calling the following, do I need to trigger the GridGroupingControl to redraw itself?
// Create a Grouping.Engine object.
Engine groupingEngine = new Engine();
// Set its data source.
groupingEngine.SetSourceList(list);
Thanks,
Steve