This is a migrated thread and some comments may be shown as answers.

Ajaxify a RadGrid

2 Answers 157 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Lars Thorén
Top achievements
Rank 1
Lars Thorén asked on 02 Sep 2010, 08:15 AM
We have a RadGrid and when a row is clicked we want to make an ajax call to the database and populate some textboxes.

We tried using the RadAjaxManager but we only ever got a postback anyways.

We are now using an Updatepanel with a trigger. This makes the ajax part work but the Grid paging is now broken.

Could any1 give me a simple example, preferably step by step what is necessary to fill our needs?

2 Answers, 1 is accepted

Sort by
0
Iana Tsolova
Telerik team
answered on 02 Sep 2010, 08:22 AM
Hello Lars,

Check out this online demo illustrating how page content is updated via ajax on RadGrid row selection.
Additionally, you can refer to this article for more information on how you can use RadAjaxManager.

Greetings,
Iana
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Lars Thorén
Top achievements
Rank 1
answered on 02 Sep 2010, 09:24 AM
Ok I noticed our error, we used a RadAjaxManagerProxy instead of RadAjaxManager.

Thanks
Tags
Ajax
Asked by
Lars Thorén
Top achievements
Rank 1
Answers by
Iana Tsolova
Telerik team
Lars Thorén
Top achievements
Rank 1
Share this question
or