Hi,
I’m using a dropdownlist as an editor when you click a specific column (cells) on a grid. The records from the grid comes from the database and its paged. When I click a cell on the first page, the dropdownlist is displaying properly.
But if I refresh the page and go to a different page right away, I am getting a javascript error in Internet Explorer (Chrome, Ff is fine).
SCRIPT5007: Unable to get property '_arrange' of undefined or null reference
on jqx-all.js, Line: 7, Column: 1022527
Specifically from this code: b.listbox._arrange()
For some reason, my source is not being passed to the listbox propery.
Is this a known issue?
Thanks!
Regards,
goooseman