Hello,
I need to create a window, there is a RadGridview that binding to a dataTable. This DataTable contains Area and DriverID columns.
Area binding to GridViewDataColumn, DriverID binding to GridViewComboBoxColumn. The logic is some drivers belong to particular
area. When the gridview loaded, the drivers user can selected in GridViewComboBoxColumn is decided by current row's Area.
My question is how to filter this Driver comboBoxColumn according to Area, I found there is a RadGridView1_CellEditorInitialized event in WinForm, but WPF not, Which event I should use to filter driver comboBoxColumn's itemsSource?
Thanks in advance!
I need to create a window, there is a RadGridview that binding to a dataTable. This DataTable contains Area and DriverID columns.
Area binding to GridViewDataColumn, DriverID binding to GridViewComboBoxColumn. The logic is some drivers belong to particular
area. When the gridview loaded, the drivers user can selected in GridViewComboBoxColumn is decided by current row's Area.
My question is how to filter this Driver comboBoxColumn according to Area, I found there is a RadGridView1_CellEditorInitialized event in WinForm, but WPF not, Which event I should use to filter driver comboBoxColumn's itemsSource?
Thanks in advance!