datagrid column issue with MouseEnter events
Posted
by prince23
on Stack Overflow
See other posts from Stack Overflow
or by prince23
Published on 2010-05-20T10:28:37Z
Indexed on
2010/05/20
10:30 UTC
Read the original article
Hit count: 243
Silverlight
|silverlight-4.0
hi,
i have 3 data grid placed working fine with expand and collapse.
now i have an requirement where
i have an grid with four columns starting from name age mailId address
once user moves mouse over the *name column only. i need to call the MouseEnter Event*
here i am showing an pop grid
whereas when i move mouse over the other columns like i need call the MouseLeave Event
here i need to hide the pop grid
right now once user click on the row on any column values i am showing an pop up grid with all the details of that row. here i am using Selection Changed Event
is there any way i can achieve this functionality like on move mouse over only the first column need to display the data and call the mouse events
thanks in advance looking for an help. i am at few steps away from the solution let me know how to solve it. prince
© Stack Overflow or respective owner