This question is locked. New answers and comments are not allowed.
Good morning,
I wonder if the column already RadGridView GridViewComboBoxColumn
accepts SelectionChanged event and SelectedItem property.
How do I get these event and this property?
I'm using a tip from other forums that would add an event
my page
this.AddHandler (RadComboBox.SelectionChangedEvent, new
RoutedEventHandler (this.OnComboSelectionChanged), true);
The problem is how to identify the combobox firing the event that is already
that the property is always empty.
Example:
RadComboBox sourceComboBox = ((Telerik.Windows.Controls.SelectionChangedEventArgs) args). Source as RadComboBox;
sourceComboBox. Name is always empty.
Can anyone help me?
I wonder if the column already RadGridView GridViewComboBoxColumn
accepts SelectionChanged event and SelectedItem property.
How do I get these event and this property?
I'm using a tip from other forums that would add an event
my page
this.AddHandler (RadComboBox.SelectionChangedEvent, new
RoutedEventHandler (this.OnComboSelectionChanged), true);
The problem is how to identify the combobox firing the event that is already
that the property is always empty.
Example:
RadComboBox sourceComboBox = ((Telerik.Windows.Controls.SelectionChangedEventArgs) args). Source as RadComboBox;
sourceComboBox. Name is always empty.
Can anyone help me?