javascript - Is it possible to trigger a datasource read of a kendo scrollview when scrolling to the left? -


the datasource in kendo scrollview (with serverpaging) trigger read (with skip & pagesize) when scrolling right. view notice when close end of dataset , update when end of full list not yet reached.

is possible trigger same datasource read when scrolling left? datasource not start @ beginning of full list, want update when close beginning of dataset, while not having reached beginning of full list yet.


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -