Hi,
In your "_dataSource_QueryItems" method, the "for" loop is incorrect.
It should be :
In your "_dataSource_QueryItems" method, the "for" loop is incorrect.
It should be :
for( var i = startIndex ; i < startIndex + requestedItemCount ; i++ )
instead of :for( var i = startIndex ; i < requestedItemCount ; i++ )