Skip to content

Commit

Permalink
docs(xmlhttppanel): made clearer what to avoid
Browse files Browse the repository at this point in the history
  • Loading branch information
marin-bratanov committed Jan 14, 2019
1 parent bd908f3 commit 9e04e42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RadXmlHttpPanel may seem similar to RadAjaxPanel, yet there are some key differe

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

You should avoid **RadXmlHttpPanel** if:
You should **avoid** `RadXmlHttpPanel` if:

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

0 comments on commit 9e04e42

Please sign in to comment.