Bug Description
The Refresh button of Kendo UI Grid for jQuery is displayed after the pager info:
https://demos.telerik.com/kendo-ui/grid/basic-usage
However, in the theme spec it appears before:

This confuses screen readers like JAWS.
Expected Behavior
The expected appearance is this:

Refresh button at the end (which is the current implementation)
Here is the rendering test visuals reference from the kendo-themes:

The difference comes in the dom:

The pager-info ("1 - 20 of 91 items" element) is after the refresh buttonas the Refresh button has an order 10 flex property.
There should be 1:1 parity between dom and visual representation (to avoid further confusion with readers)

Bug Description
The Refresh button of Kendo UI Grid for jQuery is displayed after the pager info:
https://demos.telerik.com/kendo-ui/grid/basic-usage
However, in the theme spec it appears before:

This confuses screen readers like JAWS.
Expected Behavior
The expected appearance is this:

Refresh button at the end (which is the current implementation)

Here is the rendering test visuals reference from the kendo-themes:
The difference comes in the dom:

The pager-info ("1 - 20 of 91 items" element) is after the refresh buttonas the Refresh button has an order 10 flex property.
There should be 1:1 parity between dom and visual representation (to avoid further confusion with readers)
