Posted 15 Nov 2011 Link to this post
<script type=
"text/javascript"
>
function
OnClientClick()
{
var
combo = $find(
"<%= RadComboBox2.ClientID %>"
);
combo.clearSelection();
}
</script>
Posted 18 Nov 2011 Link to this post