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 k-toolbar-solid class is missing in the MVC Grid's toolbar #8060

Open
IvanDanchev opened this issue Nov 26, 2024 · 0 comments
Open

The k-toolbar-solid class is missing in the MVC Grid's toolbar #8060

IvanDanchev opened this issue Nov 26, 2024 · 0 comments
Assignees
Labels
Bug C: Grid FP: Unplanned Sync status with associated Feedback Item Regression Broken functionality which was working previously S: Wrappers (ASP.NET MVC) SEV: Low

Comments

@IvanDanchev
Copy link
Contributor

IvanDanchev commented Nov 26, 2024

Describe the bug
The k-toolbar-solid class is not rendered in the Grid's toolbar. As a result, the theme background color is not applied to the toolbar.

To reproduce
Steps to reproduce the behavior:

  1. Go to 'Overview demo'
  2. Inspect the toolbar

Expected behavior
The k-toolbar-solid class should be applied to the toolbar's div element, as in the Kendo UI for jQuery Grid and the Core Grid.

The workaround is to add the class with jQuery, for example in the DataBound event of the Grid:

<script>
    function onGridDataBound(e) {
        $(e.sender.wrapper).find(".k-toolbar").addClass("k-toolbar-solid");
    }
</script>

Affected browsers (please remove the unneeded items)

  • All

Product Version
2024.4.1112

@IvanDanchev IvanDanchev added Bug C: Grid Regression Broken functionality which was working previously S: Wrappers (ASP.NET MVC) SEV: Low labels Nov 26, 2024
@github-actions github-actions bot added the FP: Unplanned Sync status with associated Feedback Item label Nov 26, 2024
@aleksandarevangelatov aleksandarevangelatov self-assigned this Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug C: Grid FP: Unplanned Sync status with associated Feedback Item Regression Broken functionality which was working previously S: Wrappers (ASP.NET MVC) SEV: Low
Projects
None yet
Development

No branches or pull requests

2 participants