Hi all,
This one is driving me a bit batty and I cannot figure it out. Scenario is that we have one UltraWebGrid being displayed in an UpdatePanel. The grid will sucessfully retrieve and display data on first partial postback but any subsequent partial postback results in the data being lost and a Javascript error saying "igtbl_Grid.base.init is null or not an object"
Any thoughts or suggestions on this would be GREATLY appreciated.
Ooops I forgot some stuff.
The grid we have is placed inside a user control. And the UpdatePanel is placed outside of the user control.
Also I attempted the same thing with a WARP and I'm still having the same effect.
I am having a similar problem with a grid - when it is inside of a warp panel, on the first postback it comes up with no rows. The server side has row data, as demonstrated using an Excel Export after the grid posted back - the resulting xls file had the data I expected. No idea what is causing this right now - this was working in IF v6.3.1059 (the last version we used before upgrading.)