Completed
Last Updated: 23 Jul 2021 14:05 by ADMIN
Imported User
Created on: 10 Jun 2016 18:15
Category: Grid
Type: Feature Request
5
Grid Filter Placeholder
While it is currently possible to do this in JavaScript, it would be nice to have the functionality integrated into the Grid filter row.

For example,

columns.Bound(c => c.Title).Title("Title")
.HeaderHtmlAttributes(new { style = "text-align: center;" })
.Filterable(f => f.Cell(fc => fc
    .ShowOperators(false)
    .Operator("Contains")
    .Template("fnFilterAsYouType")
    .Placeholder("Title")
));
2 comments
ADMIN
Angel Petrov
Posted on: 23 Jul 2021 14:05

Hello,

We do have a search panel implemented so it should fit the requirements.

Regards,
Angel Petrov
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Nils
Posted on: 08 Oct 2020 10:02
+1 This would be a nice quality of life feature 😃