I've a grid with scrollable: {virtual: true}. I insert a new row on top of the grid, using either .addRow() or grid.dataSource.insert(0, {});
Then I try to scroll the grid, I saw some error in the console saying:
<
p color="red"
>Uncaught RangeError: Maximum call stack size exceeded</
p
>
Here is a dojo example: http://dojo.telerik.com/UCiXA/2
I think this error will cause some other issues. In this dojo, we can see that the values on the footer(i.e. 21 - 40 of 77 items) is not updating correctly. In my product, it will cause some paging issue, I will see the page size jumping for 10 to 5 while scrolling, and sometime performance issue that will cause slow repose.