Merge Column Headers in nested table

I need to merge 2 adjacent column headers into one for a child level table. I can do this for the top (parent) level by using the code provided in a thread below, but cannot seem to get the merge to work for nested levels. Thanks, glenn

2 Replies

AD Administrator Syncfusion Team July 19, 2004 03:55 PM UTC

Hi Glen, when subscribing to the QueryCoveredRange event make sure you subcribe to the model/table control for the right level. Instead of using TableControl/TableModel properties use the GetTableControl(relationName) / GetTableModel(relationName) methods instead. Stefan


GL glenn July 23, 2004 01:54 PM UTC

Thanks Stefan - your suggestion worked great.

Loader.
Up arrow icon