I’m using grid 2.5 for displaying unbound data (i.e. an object data model) in c#.
My top-level data object has two collections in it, for which I want two hierarchical grids to be displayed. I create my columns, add my two detail grids, with their columns, etc. I add my delegate handler for the InitializingDetailGridHandler event (I have one generic handler that checks the detail grid’s title Property to know which one is being filled) and it gets called twice for each detail grid (for a total of 4 invocations).
So all of my row data on the detail grids shows up twice.
Why is this?
Imported from legacy forums. Posted by dviljoen (had 1939 views)