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

Expose Column Attributes encoding option for MVC Grid HtmlHelper #7734

Closed
alestoya opened this issue Feb 19, 2024 · 0 comments
Closed

Expose Column Attributes encoding option for MVC Grid HtmlHelper #7734

alestoya opened this issue Feb 19, 2024 · 0 comments
Assignees
Labels
Milestone

Comments

@alestoya
Copy link

alestoya commented Feb 19, 2024

Bug report

Expose Column Attributes encoding option for MVC Grid HtmlHelper

Reproduction of the problem

Currently, the Telerik UI for ASP.NET Core Grid HTML Helper exposes an HtmlAttributes, HeaderHtmlAttributes, and FooterHtmlAttributes methods which accept an additional optional Boolean parameter that would indicate whether the attributes should be encoded or not.

Related to - #7101

    .Columns(columns =>
    {
        columns.Bound(p => p.UnitsInStock).HtmlAttributes(new {title = "Détail"}, false);
    })

Current behavior

The MVC Grid HtmlHelper does not expose such a boolean overload in comparison to the ASP.NET Core GridHtmlHelper.

Expected/desired behavior

It would be a good idea if the additional boolean parameter can also be leveraged for the MVC Grid HtmlHelper as well.

Environment

  • Kendo UI version: 2024.1.130
  • Browser: [all]
@alestoya alestoya self-assigned this Feb 19, 2024
@github-actions github-actions bot added the FP: Unplanned Sync status with associated Feedback Item label Feb 19, 2024
@VicTachev VicTachev added FP: In Development Sync status with associated Feedback Item and removed FP: Unplanned Sync status with associated Feedback Item labels Feb 26, 2024
@github-actions github-actions bot added FP: Completed Sync status with associated Feedback Item and removed FP: In Development Sync status with associated Feedback Item labels Apr 12, 2024
@VicTachev VicTachev added this to the 2024 Q2 (May) milestone May 13, 2024
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

2 participants