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.