$(function () { // the datasource "window.gridData" is referred from jsondata.min.js var data = window.gridData; $("#Grid").ejGrid({ dataSource: data, allowScrolling: true, scrollSettings:{width: "100%", height: 300, scrollOneStepBy: 33}, allowPaging: true, pageSettings:{pageSize:20}, columns: [ . . . . ] }); |
e-scrollsettings-scrollonestepby="33"
$(function () {$("#integratorTemplateGrid").ejGrid({scrollSettings:{scrollOneStepBy: 33}});});
We considered this query “scrollSettings.scrollOneStepBy property not working when defining in angularjs” as a bug. We have logged a report on this and will fix the issue internally, also the fix will be included in 2015 Volume 4 Service Pack 2 release which has been scheduled to be roll out in the month of March 2016.
We have also created an incident internally to have a follow up with this issue.
Regards,
Ragavee U S.