From b723d6aa5b67a33e4c0c988186a832097aeecc02 Mon Sep 17 00:00:00 2001 From: Rumen Zhekov Date: Fri, 27 Jun 2025 12:55:23 +0300 Subject: [PATCH] chore: fix a formatting typo --- controls/ajaxpanel/overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/controls/ajaxpanel/overview.md b/controls/ajaxpanel/overview.md index 4fd260e05..f98c4fd68 100644 --- a/controls/ajaxpanel/overview.md +++ b/controls/ajaxpanel/overview.md @@ -41,7 +41,7 @@ In Visual Studio at design time, if you want to Ajax-enable web controls on a pa There are cases when you may want to update the controls inside a **RadAjaxPanel** by triggering a callback externally from other control on the page. The following approach is not recommended as **RadAjaxManager** can handle any complex scenarios. You can use asp:Panel controls and link them via **RadAjaxManager**'s settings. The same Panel may be set as both AJAX initiator and updated control, which will cause functionality similar to **RadAjaxPanel** . -You need to call the**$find(<%RadAjaxPanel1.ClientID%>).ajaxRequest()** method (passing the necessary information as parameters to it) and then override the **RaisePostBackEvent** method or handle theRadAjaxPanel **AjaxRequest** server-side event to apply the changes. **Example 1** shows a sample implementation, which changes the background color of the panel. +You need to call the **$find(<%RadAjaxPanel1.ClientID%>).ajaxRequest()** method (passing the necessary information as parameters to it) and then override the **RaisePostBackEvent** method or handle theRadAjaxPanel **AjaxRequest** server-side event to apply the changes. **Example 1** shows a sample implementation, which changes the background color of the panel. **Example 1**: Use external control to update **RadAjaxPanel** @@ -127,4 +127,4 @@ When either of these functions is called on the client it can be handled in the * [ASP.NET AJAX AJAX Manager](https://www.telerik.com/products/aspnet-ajax/ajax.aspx) - \ No newline at end of file +