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

[Solved] Ajaxifying RadGrid in Sharepoint

2 Answers 116 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Brendan Kerry
Top achievements
Rank 2
Brendan Kerry asked on 10 Jun 2008, 07:04 AM
Dear Telerik Support,
I created a webpart for Sharepoint 2007 with ajax functionality. The 2 Controls i used are radcombobox and radgrid. I wrap both controls in a RadAjaxPanel. Any changes in the selected text of the radcombobox will update the grid. This works fine. But For the radgrid, i used allowpaging feature. Everytime i move to next page in the grid , it seems to be doing postback request instead of partial request. Can you tell me what to do to ajaxify the paging feature in the grid?

Regards,
austock

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 10 Jun 2008, 11:38 AM
Hi,

Which version of the Grid are you using? Have you set the EnableAjax property of the RadGrid to true? Try setting it to false.

ASPX:
  <rad:radgrid id="RadGrid1" runat="server"    EnableAJAX="false"    > 
              

Princy.
0
Sebastian
Telerik team
answered on 10 Jun 2008, 11:42 AM
Hello guys,

You may also consider using single RadAjaxManager to ajaxify the combobox and the grid since it provides greater granularity using the manager's ajax settings:

http://www.telerik.com/DEMOS/ASPNET/Prometheus/Controls/Examples/Integration/GridComboAjax/DefaultCS.aspx?product=grid

Best regards,
Stephen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Grid
Asked by
Brendan Kerry
Top achievements
Rank 2
Answers by
Princy
Top achievements
Rank 2
Sebastian
Telerik team
Share this question
or