New to Kendo UI for jQuery? Download free 30-day trial

Appearance

Starting with the R2 2023 release, Kendo UI will no longer ship Hybrid UI components. This means that the R2 2023 will be the last release to include Kendo Hybrid in the Kendo UI package. See full announcement in Kendo jQuery blog post. The last stable version that we recommend to use for Kendo Hybrid components is R3 2022 SP1.

What's New in Kendo UI R2 2023

You can render a pager overlay in the Nova theme by adding the km-scrollview-overlay class to the ScrollView element.

<div data-role="scrollView" class="km-scrollview-overlay">
    <div data-role="page">Foo</div>
    <div data-role="page">Bar</div>
</div>

Kendo UI for jQuery ScrollView Pager Overlay

See Also

In this article