AD
Administrator
Syncfusion Team
July 13, 2004 05:38 PM UTC
In order for the renderer to get mouse messages, you need to override renderer.OnHitTest. Your override should return non-zero when you want the message to be handles by the renderer''s mouse handlers.
The grid\samples\indepth\DerivedCellControlTutorial does this type of thing to handle the mouse messages associated with a LinkLabel cell.
AD
Administrator
Syncfusion Team
July 13, 2004 06:31 PM UTC
Excellent. That was my last issue for today (and hopefully a while). Thanks for all your help.