Skip to content

Commit 368309a

Browse files
authored
chore: fix a formatting typo (#699)
1 parent 219ec1c commit 368309a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

controls/ajaxpanel/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ In Visual Studio at design time, if you want to Ajax-enable web controls on a pa
4141

4242
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** .
4343

44-
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.
44+
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.
4545

4646
**Example 1**: Use external control to update **RadAjaxPanel**
4747

@@ -127,4 +127,4 @@ When either of these functions is called on the client it can be handled in the
127127

128128
* [ASP.NET AJAX AJAX Manager](https://www.telerik.com/products/aspnet-ajax/ajax.aspx)
129129

130-
130+

0 commit comments

Comments
 (0)