Hi,
I guess you are following the example shown in the
documentation and getting the values in OnClientClose event. If so, you can access the button's client object and invoke the click() method to initiate a postback.
A better option would be invoking an
ajaxRequest() and execute the code in
'RadAjaxManager1_AjaxRequest' server event. More information can be available in the forum.
Rebind RadComboBox when RadWindow Closed
-Shinu.