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
Post a Comment