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

Grid throws an error when the Filterable Column Messages TagHelper is set #7632

Closed
alestoya opened this issue Dec 8, 2023 · 0 comments
Closed
Assignees
Milestone

Comments

@alestoya
Copy link

alestoya commented Dec 8, 2023

Bug report

Grid throws an error when the Filterable Column Messages TagHelper is set.

Reproduction of the problem

  • Open the following Telerik REPL example.
  • Set the child <messages /> in a column's <filterable></filterable> TagHelper.
  • Notice the observed error.

Current behavior

Setting the Messages TagHelper produces the following compilation error:

The tag is not allowed by parent tag helper. Only child tags with name(s) 'cell, operators, datasource' are allowed.

Expected/desired behavior

Setting the Messages TagHelper should not produce a compilation error and should allow setting the messages similarly to the HtmlHelper Grid:

.Columns(columns =>
{
    columns.Bound(p => p.ShipName).Width(500)
         .Filterable(filterable => {
                   filterable.Messages(message => message.Info("My Ship Name"));
          });
})

Environment

  • Kendo UI version: 2023.3.1114
  • Browser: [all]
@alestoya alestoya self-assigned this Dec 8, 2023
@github-actions github-actions bot added the FP: Unplanned Sync status with associated Feedback Item label Dec 8, 2023
@alestoya alestoya added FP: In Development Sync status with associated Feedback Item and removed FP: Unplanned Sync status with associated Feedback Item labels Dec 8, 2023
@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 Dec 11, 2023
@VicTachev VicTachev added this to the 2024 Q1 milestone Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants