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

[Solved] Problem in applying ajax for radgrid

1 Answer 65 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Ekta
Top achievements
Rank 1
Ekta asked on 01 Jul 2009, 06:44 AM
Hi All,

I am using Rad grid with

AllowAutomaticInserts

 

="false" AllowAutomaticUpdates="false"

I am handling inserts and updates in code behind (C#) using item command event of rad grid and some of the columns of rad grid are button columns on click of that I am opening another Panel.

 

I want to apply ajax on my grid
Following is the code I am using

 

<

 

telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">

 

 

<AjaxSettings>

 

 

<telerik:AjaxSetting AjaxControlID="radgridUserMgt">

 

 

<UpdatedControls>

 

 

<telerik:AjaxUpdatedControl ControlID="radgridUserMgt" LoadingPanelID="RadAjaxLoadingPanelGrid" />

 

 

<telerik:AjaxUpdatedControl ControlID="RadWindowManager1" />

 

 

</UpdatedControls>

 

 

</telerik:AjaxSetting>

 

 

</AjaxSettings>

 

 

</telerik:RadAjaxManager>

Problem is that My Add and Update functionalities are not working.When I click on Add or Edit It just show me the loading panel for long time and does not open the edit form to add or update.

This is really a blocker for me.please help me ASAP.Help will be highly appreciated.

Ekta.

 

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 01 Jul 2009, 11:04 AM
Hi Ekta,

I am sending you a simple runnable application which handles a similar approach. Please give it a try and see if it helps.

Let me know if you need further assistance.

Greetings,
Pavlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Ajax
Asked by
Ekta
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or