I have two columns in my grid whose edit templates consists of ComboxBox.ComboBox of second column gets bounded based on value selected in first column.So on the SelectionChanged event of first Combo, I am trying to find the second ComboBox and bind it accordingly.
But i am able to find the Lable control in ContentTemplate instead of the ComboBox in the EditTemplate.