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?
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?