From your columnstyle, you can get at the TableStyle, and from this
TableStyle, you can get at the DataGrid, and then get the mouse events of
the grid. Maybe you can use these to decide when you are over your image.
Here is how you might get at the mousemove event so you could subscribe to
it, this.DataGridTableStyle.DataGrid.MouseMove.
======================
Clay Burch, .NET MVP
Visit www.syncfusion.com for the coolest tools
> hi,
>
[quoted text clipped - 6 lines]
>
> Thanks.
jason - 02 Sep 2004 04:37 GMT
Thanks !
> From your columnstyle, you can get at the TableStyle, and from this
> TableStyle, you can get at the DataGrid, and then get the mouse events of
[quoted text clipped - 19 lines]
>>
>> Thanks.