AD
Administrator
Syncfusion Team
September 26, 2002 09:49 PM UTC
If you want to dynamically set covered cells, you can handle the QueryCoveredRange event, and dynamically provide the covered range. Also, since you want access to the style for things other than just drawing the cell, the QueryCellInfo event is a better place to put the work around than the PrepareViewStyleInfo event.
Attached is your sample with these two events handled to provide the covered cells.
AK
Andre King
September 27, 2002 09:20 AM UTC
Thanks a lot. That's just what I needed.
I put it in my real project and it works very well.
regards,
a