If I select any item from the combobox, the whole screen is refreshing(flicker)
so is there any way we can prevent whole page post back when i select item from RadComboBox?
The behavior is expected since you set "AutoPostBack" property to True. And if you want to prevent the whole page reload, then you can ajaxify the control using AjaxManager/AjaxPanel. AJAX Panel AJAX Manager