datagrid column issue with MouseEnter events
- by prince23
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