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

Telerik Grid in user control with ajax

3 Answers 213 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ajith
Top achievements
Rank 1
Ajith asked on 13 Dec 2010, 02:41 PM
Hi,

I am using a telerik Rad grid in a user control page and i am using that in an aspx page .I enabled sorting.
But I am not able to apply ajax loding to that.
Can anybody explain the steps for using ajax ?

Thanks in advance!

3 Answers, 1 is accepted

Sort by
0
Radoslav
Telerik team
answered on 14 Dec 2010, 04:48 PM
Hi Ajith,

To achieve the desired functionality you could try using the RadAjaxManager placed into the aspx page and RadAjaxManagerProxy placed on ascx control. More information about RadAjax and WebUserControls you could find on the following link:
http://www.telerik.com/help/aspnet-ajax/ajxusercontrols.html
Additionally I am sending you a simple example. I hope this helps.

Greetings,
Radoslav
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Ajith
Top achievements
Rank 1
answered on 15 Dec 2010, 12:58 PM
Hi Radoslav ,
Thanks for the help.

Now it is working.
But when I use AJAX in RAd grid, Export to excel ,export to PDF,Export to Word features are not working.
Please help me on this.
0
Shinu
Top achievements
Rank 2
answered on 16 Dec 2010, 11:12 AM
Hello,

The exporting feature of RadGrid works with regular postbacks only.To bypass the limitation you can wire the OnRequestStart event of the ajax panel or ajax manager, determine whether the target control is ajaxified and explicitly disable its ajax mode to export with regular postback.
There is one documentation which explains how to Export from ajaxified grid.
Export from ajaxified grid

-Shinu.
Tags
Grid
Asked by
Ajith
Top achievements
Rank 1
Answers by
Radoslav
Telerik team
Ajith
Top achievements
Rank 1
Shinu
Top achievements
Rank 2
Share this question
or