I have a UserControl
that is displaying in a DataGrid
. It contains a DatePicker
and a Button
that opens a Popup
control where the user makes a selection that once selected populates a textblock with the result. The DatePicker
is the only object that if changed will set off the CellEditEnded
event. How can I get the popup controls selectionChanged
event to tell the Datagrid
that the cell has done as edit?
问问题
134 次