Home › Forums › WinForms controls › Xceed Grid for WinForms › Problem with ComboBox event › Reply To: Problem with ComboBox event
Hello its me again. I even tried out this possiblity
Private Sub Typeeditor_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs)
Dim editor As GridComboBox = CType(sender, GridComboBox)
strOrder = editor.SelectedItem
Call GetSortOrder()
End Sub
But even this doesnt work.
Imported from legacy forums. Posted by prem_rajani (had 3088 views)