Update FRom XML with Attach Footer

Hi,

I have a grid which i have attached a footer using XML using

<head>
<afterInit>
<call command='attachFooter' >
......
</call>
</afterInit>
</head>

Now the problem is, when i update the XML using updateFromXML the footer doesn’t update the new values.

I don want to use clearAndLoad because it refreshes the grid and hence the system is slow.

Please Help.

Ndegwa | Kenya

Please, try to call:

mygrid.callEvent("onGridReconstructed",[]);