Limit.js affects Total Unit view's Step and Size property

scheduler.createUnitsView( {
name: “Resources”,
property: “sectionBystaff_id”,
list: sectionsBystaff,
y_step: 15,
size: 5,
step: 1,
skip_incorrect: true
} );

This is my Unit view.
Size of sectionsBystaff is more than 10. So i am using size and Step property.
The thing is, Step and size property are not lie on the expected result if i use the limit.js.
What happens is the arrow at the right side disappears and Size of the unit is okey as expected.
will be great if i get the reply soon…

Hello,

I couldn’t reproduce this issue.
What steps I performed:

  1. Add limit extension to scheduler\samples\03_extensions\02_units_view.html
  2. Add

size: 2, step: 2
to configuration

Actual result: arrows are displayed.

Best regards,
Ilya

Can you tell me how you load the dhtmlx files (the order)?
the order i loaded the files may be the reason for this issue i suspect.
i tried once again. i did not get the arrows.
my files…

<src="~/Scripts/dhtmlxscheduler.js"/>
<src="~/Scripts/dhtmlscheduler_html_template.js"/>
<src="~/Scripts/dhtmlxscheduler_tooltip.js"/>
<src="~/Scripts/dhtmlxscheduler_timeline.js"/>
<src="~/Scripts/dhtmlxscheduler_units.js"/>
<src="~/Scripts/dhtmlxscheduler_limit.js"/>
<src="~/Scripts/dhtmlxscheduler_dhx_terrace.js"/>
<src="~/Scripts/myjs.js"/>

Scrolls are still there, attaching screenshot.

Can you reproduce this problem in any of our samples?

Best regards,
Ilya