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

symfony - InvalidConfigurationException in SecurityExtension.php line 429: No authentication listener registered for firewall "secured_area" -

angular ui router - 10 digest iterations reached in angularjs when using $state.go -

javascript - Handling constructor related functions while testing with mocha and sinon -