data[...] is null or not an object
I get this error if I sort a column, and then repopulate the grid.
I am storing my data in a javascript array, and have a getCellValue() function setup to access the array elements.
Using a javascript debugger, I seem to have narrowed it down to a call to my getCellText(i,j) function. On the first column of the second row j is being passed in as undefined.
This only happens if I sort prior to repopulating. If I never use sort, the problem does not occur.
Any ideas?
I am storing my data in a javascript array, and have a getCellValue() function setup to access the array elements.
Using a javascript debugger, I seem to have narrowed it down to a call to my getCellText(i,j) function. On the first column of the second row j is being passed in as undefined.
This only happens if I sort prior to repopulating. If I never use sort, the problem does not occur.
Any ideas?
Raf
February 6,