Grid reload doesn't show values

Hi,

Using Dhtmlx Grid v.3.0 build 110707 I’m unable to reload the grid with the correct values;

When I initialize the grid it shows the correct values but when I reload the grid these values are empty (the columns show up empty and when I call cellById(x,x).getValue() to get the cell value it returns undefined). I use the same xml file (generated through php) to reload the grid as to initialize the grid. The browsers don’t throw any errors and only the row-id’s are correct.

When I call the xml script directly with the same variables it shows the correct values with no errors.

I tried the load, clear, clearandload, etc. functions but with no luck.

Could you please help me to solve this problem?

Hi,

I’ve allready solved the problem:

At first I put the initialization of the grid outside a function I use to build the grid. Initializing inside that function works for me now. Weird that this wasn’t the case in the previous version of the Grid component.