Hi,
i've got a RadGrid on page,
the edit template contains radcombobox with AutoPostBack=true and AllowCustomText=true (need to autofill some fields based on selection)
and Save button,
when you open Radcombobox , type in some text move mouse over Save button (radcombobox is still expanded) and click Save,
instead of save button event combobox SelectedIndexChanged event is fired.
what will be the best solution to prevent such behaviour ?
Thank You!