You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Initialize a Grid into a non-selected tab of a TabStrip and set its autoBind option to "false".
Select the tab and check how the empty Grid is rendered.
Call the read() method of the Grid's DataSource in the browser console to request the data.
The data is loaded, but the pager information remains hidden.
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
Initialize a Grid into a non-selected tab of a TabStrip and set its autoBind option to "false".
Select the tab and check how the empty Grid is rendered.
Call the read() method of the Grid's DataSource in the browser console to request the data.
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
The text was updated successfully, but these errors were encountered: