Skip to content

Commit 9e04e42

Browse files
docs(xmlhttppanel): made clearer what to avoid
1 parent bd908f3 commit 9e04e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controls/xmlhttppanel/getting-started/differences-between-radxmlhttppanel-and-radajaxpanel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RadXmlHttpPanel may seem similar to RadAjaxPanel, yet there are some key differe
2424

2525
**RadAjaxPanel** can cover all scenarios, while **RadXmlHttpPanel** should be used mostly for presenting data.To put it in simpler terms, controls loaded in the **RadXmlHttpPanel** should not execute server-side events. For optimum performance, in many cases it is in fact possible to combine the best of two worlds by wrapping a **RadAjaxPanel** around **RadXmlHttpPanel** and take advantage of what each control does best.
2626

27-
You should avoid **RadXmlHttpPanel** if:
27+
You should **avoid** `RadXmlHttpPanel` if:
2828

2929
* you will need to use the client-side API of the Telerik controls inside
3030
* you will need the rich user interactions the Telerik controls inside provide

0 commit comments

Comments
 (0)