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

Implement MaxLength() Option for the Column Filter Row #8076

Open
kendo-bot opened this issue Dec 12, 2024 · 0 comments
Open

Implement MaxLength() Option for the Column Filter Row #8076

kendo-bot opened this issue Dec 12, 2024 · 0 comments
Labels
C: Grid Enhancement FP: Unplanned Sync status with associated Feedback Item jQuery

Comments

@kendo-bot
Copy link
Contributor

kendo-bot commented Dec 12, 2024

Is it possible to implement a MaxLength() option in the Filterable(f => f.Cell()) configuration that will set the maxlength attribute to the Filter row element in order to limit the length of the string that the user can enter into the Filter row input?

For example:

@(Html.Kendo().Grid(Model)
                   .Name("grid")
                   .Columns(columns =>
                   {
                       columns.Bound(x => x.Name).Filterable(ftb => ftb.Cell(c => c.MaxLength(5)));
                   })
                   ...
)
@kendo-bot kendo-bot added the FP: Unplanned Sync status with associated Feedback Item label Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Grid Enhancement FP: Unplanned Sync status with associated Feedback Item jQuery
Projects
None yet
Development

No branches or pull requests

2 participants