-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
C: GridEnhancementFP: UnplannedSync status with associated Feedback ItemSync status with associated Feedback ItemjQuery
Description
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)));
})
...
)
Metadata
Metadata
Assignees
Labels
C: GridEnhancementFP: UnplannedSync status with associated Feedback ItemSync status with associated Feedback ItemjQuery