Hi,
we’re facing a weird problem.
We try to use two jqxgrid’s at a time in one aspx file. The first grid will be in the first step initialized and then in a second step filled up with data. Then the second grid, which will be shown on demand in an jqxwindow, will be initialized and then filled up with data, too. Both grid’s are using the same initializing and loading code.
This procedure works fine for the first grid, but the second grid fails and throws the error mentioned in above.
I examined the point where the error happens. When the dataAdapter should be assigned to to the source property of the second grid the error is thrown. Then the success function of the loadserverdata function is called. Inside the success function I can investigate the data and they’re looking good.
Why works this only for the first grid and not for the second, too?
Greetings
Markus