
| <%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %> |
| <form id="form1" runat="server"> |
| <telerik:RadScriptManager ID="scriptManager" runat="server" /> |
| <telerik:radeditor id="description" runat="server"/> |
| </form> |

When I am pasting word file(with 6 pages ) content in the Editor and exported as PDF file. It generates output pdf file with 14 pages.
Thanks in Advance
Dwarka


<AjaxSettings>
<telerik:AjaxSetting AjaxControlID="RadAjaxManager1">
<UpdatedControls>
....
<telerik:AjaxUpdatedControl ControlID="pnlButtons" />
<telerik:AjaxUpdatedControl ControlID="ucQueryFieldSelector" />
....
</UpdatedControls>
But I want to use ajaxRequest() with different parameter arguments, sometimes updating one set of control and sometimes updating some other set of controls. For above example, I may want to update pnlButtons sometime and then only ucQueryFieldSelector in some other case.
Are there any javascript calls that we can use to update particular Control after ajax response is received?