Telerik RadWindow does not fire ClientCallBackFunction after a ajax an __DoPostBack

Posted by Richard on Stack Overflow See other posts from Stack Overflow or by Richard
Published on 2010-04-12T11:28:17Z Indexed on 2010/04/12 11:33 UTC
Read the original article Hit count: 1208

Filed under:
|
|

HI,

I have a Telerik radwindow that allows our users to upload files. When the user first opens the radwindow and sees the upload fields, they can happily select a file and upload it. The window then returns the id of the uploaded file back to the parent page via the ClientCallBackFunction. This function then passes in the ID to a javascript function that calls __DoPostback so that we can populate the list of uploaded files. First time around it works a treat.

However all subsequent times it fails to call ClientCallBackFunction unless i refresh the entire page. I also note that any other control on the parent page to uses an ajax postback also stops the ClientCallBackFunction begin called, even on the first time.

any ideas?

Thanks

Richard

© Stack Overflow or respective owner

Related posts about telerik

Related posts about radwindow