Pagination Buttons Issue

using the following code we disabled button in view.
“<“div view=“button” width=“80” align:“left” value=“Prev” webix-event=“onItemClick=selectPrevPage()” id=“prevBtn” disabled=“true”></div”>”
Now we are using the same code in webix UI v.2.1.1version. Enabling and disabling functionality is not working. Can you please help me regarding this issue

It works for me

http://webix.com/snippet/c34dd057

In the Html Markup we are using the code.
“<“div view=“button” width=“80” align:“left” value=“Prev” webix-event=“onItemClick=selectPrevPage()” id=“prevBtn” disabled=“true”></div”>”
we are using the same code in webix UI v.2.1.1version. Enabling and disabling functionality is not working. Can you please help me regarding this issue

If you have active license - you can grab Webix 2.1.5 from the customer area. Regression is fixed in the latest build.

GPL version at webix.com is updated as well.