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

Use Grid in Ajax.Updater reponse

1 Answer 33 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Pierre
Top achievements
Rank 1
Pierre asked on 13 Mar 2010, 12:34 AM
Hi,

It's possible to use RadGrid as web reponse from one Ajax.Update prototype. I have one std page using a grid as UC, the ajax manager is registred back side in this page. This page is used as web reponse to Update one div in my main page working with master pages. After the AjaxUpdate with the radgrid as content If i try to get hierarchical items or sort i generate one serialize error, i supose linked to double scriptmanager or other.
It's possible to Use radGrid in this scenario and how.

Radgrid in UC inside page ---->AjaxUpdate--->div.Main page
use:
new Ajax.Updater(panel,pageaspx, {  onCreate: function(){ 
                            $('cargando').show(); 
                        }, 
                        onComplete: function(){ 
                            $('cargando').hide(); 
                            new Effect.Appear(panel, {duration:1.2, fps:25 });   
                        }, 
                        parameters: { item_id: item_id } 
                }); 
Thanks.

1 Answer, 1 is accepted

Sort by
0
Bruno
Top achievements
Rank 2
answered on 18 Mar 2010, 06:23 PM
My 2 cents is that this won't be an easy thing to do. You will hardly succeed with this, but even if you do, the result will probably be buggy and I doubt Telerik supports such scenarios.

Bruno
Tags
Grid
Asked by
Pierre
Top achievements
Rank 1
Answers by
Bruno
Top achievements
Rank 2
Share this question
or