Hi
Andreas,
We
are sorry for delay causes,
You
can use DropDownSelectionChanged event , when you select the item from Combo Box
in Filter Bar cell. Please refer the below code snippet to hook the event.
Code
snippet[C#]:
this.dataGrid.DropDownSelectionChanged +=
dataGrid_DropDownSelectionChanged;
void dataGrid_DropDownSelectionChanged(object sender,GridCellComboValueChangedEventArgs args)
{
//throw new NotImplementedException();
}
|
Please
let us know if you have any queries,
Regards,
Saravanan.M