Thanks Clay.. It''s working perfect.
>One way you can do this is to subscribe to CurrentCellControlGotFocus and CurrentCellControlLostFocus. In your GotFocus handler, you can subscribe to the control events you want to catch in teh active cell control. In the LostFocus, you can unsubscribe to the events.
>
>Here is a sample that uses this technique to handle context menus for the various cell controls.
Here is the sample.