Hi,
Can anyone give an idea how can I display a popup window on mouseover event on a cell of xamdatagrid.
Thanks.
Hello,
You can register the PreviewMouseEnter event for the CellValuePresenter using the EventManager.RegisterClassHandler(...) method.
Moreover, you may want to look at the samples in the XamFeatureBrowser regarding adorner editors:
XamDataGrid - Control Composition - Adorner Editors