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

RadGrid update external controls upon update

1 Answer 78 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mark Birchem
Top achievements
Rank 1
Mark Birchem asked on 04 Nov 2011, 05:02 PM
Team Telerik,

Hi - using ASP.NET AJAX Q2 2009 on a legacy app.

When users update the databound grid, I have the grid ITEMCOMMAND  call the AJAXManager with a specific tag, which in turn fires off another routine which updates a summary grid of labels and calculations, external to the grid.

I can trace the calls fine, from the grid to the manager to the update sub. HOWEVER, the UI never gets updated.

I have the AJAXManager in the ASPX configured to identify
- the grid updating itself
- the grid updating the AjaxManager
- the grid updating the labels
- the AJAXmanager updating the labels

nothing seems to work. I put a manual refresh image on the screen which DOES update everything properly via ajax, when configured in the manager as such.

I see that prior version of the grid really had a problem with this, and I have tried monkeying with the EnableAJAX="false"   EnableOutsideScripts="true", but that seems to be just flailing at the problems

Any tips or pointers from the hivemind?

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 09 Nov 2011, 01:21 PM
Hello Mark,

I'm not completely sure what is your exact configuration and what you need to achieve. Could you please elaborate a bit more eon your scenario and paste some code which includes the RadAjax settings on the page and the related code behind. Thus we will be able to further inspect the ajax settings you have and advise you further.

Kind regards,
Maria Ilieva
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Grid
Asked by
Mark Birchem
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or