DataGrid Cell Refresh

rogerm

Member
Joined
Apr 6, 2007
Messages
15
Programming Experience
3-5
Situation: When a Data Grid cell is selected , a listBox becomes visible where a selection is made.

Prob: If I want to select same cell again with the mouse with out navigating to another cell first, the list box will not become visible.

I am doing above in _currentCellChanged.

Is there a way to fake out the _currentCellChanged between mouse clicks so it will respond as if I am entering from another cell?
 
Back
Top