I've got a RadToolBar inside a RadToolTip (a user control loaded dynamically) which is displayed from a RadGrid (talk about vertical integration!). I want one of the buttons in the toolbar to initiate a file download. Because you can't do a Response.TransmitFile inside an UpdatePanel I need to disable Ajax for this operation but only this one button.
So far the only thing that works (although it obviously won't work for anything else) is to register the entire toolbar as a postback control with the ScriptManager. I'm guessing that the solution is a client event in RadAjaxManager but I've only been using these tools for a couple of weeks so I'm not certain what to do and where. I appreciate any help! :)
So far the only thing that works (although it obviously won't work for anything else) is to register the entire toolbar as a postback control with the ScriptManager. I'm guessing that the solution is a client event in RadAjaxManager but I've only been using these tools for a couple of weeks so I'm not certain what to do and where. I appreciate any help! :)