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

Problems with RadGrid row Insert/Delete/Edit commands not making AJAX call when using master pages

2 Answers 79 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Greg
Top achievements
Rank 1
Greg asked on 13 Apr 2011, 07:18 PM
Hello-

I have created an aspx page that has a RadGrid on it and when a user inserts, deletes or edits a row in the grid, the correct callback is made and everything works perfectly.

The problem is that when I tie that same aspx page to a master page and put the grid inside a content control, the Insert/Delete/Edit callback is never made.

I spent a lot of time looking to see if this help page applied:  http://www.telerik.com/help/aspnet/grid/grdmakepostbackajaxrequestfromusercontrolwebformmasterpage.html

But I wasn't able to understand how to make it work for the Insert/Delete/Edit callbacks, so hopefully someone can provide me with an answer that is specific to my code.

Thanks in advance for your help!

- G  

2 Answers, 1 is accepted

Sort by
0
Jayesh Goyani
Top achievements
Rank 2
answered on 14 Apr 2011, 07:01 AM
Hi Greg,

plz send some part of your code so i can find the problem.

Thanks,
Jayesh Goyani
0
Greg
Top achievements
Rank 1
answered on 14 Apr 2011, 06:44 PM
Come to find out, the problem was that I had nested form tags, which RADGrid is apparently very sensitive to (everything else on the page worked fine).

I fixed that and everything works fine now.

Thanks for your offer to help!

- G
Tags
Grid
Asked by
Greg
Top achievements
Rank 1
Answers by
Jayesh Goyani
Top achievements
Rank 2
Greg
Top achievements
Rank 1
Share this question
or