Hi,
I have a RadComboBox with AutoPostBack set to true, but when i change te selection with javascript, it makes a post to the server, I'm looking for a way to (temporary) disable this behaviour. Is this possible?
I'd rather not implement clientside combobox events, which would cancel the selectionchanged event.
Below a bit of code.