Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Pager information is not visible when the Grid initializes inside a hidden container #8100

Open
kendo-bot opened this issue Jan 10, 2025 · 0 comments
Assignees
Labels

Comments

@kendo-bot
Copy link
Collaborator

Bug report

When the Grid is initialized in a hidden container (for example, in a non-selected tab of a TabStrip) and its initial data binding is disabled (autoBind: false), the pager information is not visible when the data is loaded afterward.

Reproduction of the problem

  1. Initialize a Grid into a non-selected tab of a TabStrip and set its autoBind option to "false".

  2. Select the tab and check how the empty Grid is rendered.

  3. Call the read() method of the Grid's DataSource in the browser console to request the data.

  4. The data is loaded, but the pager information remains hidden.

A Dojo sample for reproduction: https://dojo.telerik.com/njVgBvza

Expected/desired behavior

The pager information must be available when the data is loaded into the Grid.

Environment

  • **Kendo UI version: 2024.4.1112
  • **jQuery version: 3.7.1
  • **Browser: [all]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants