Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1020
Problem with MouseEnterElement Event.
posted

Hi Friends,

I have used to following code in MouseEnterElement event of UltraGrid.

UltraGridCell cell = e.Element.GetContext(typeof(UltraGridCell)) as UltraGridCell;

I always get the cell as null .

Please help.

Regards,
Sid.