This is a migrated thread and some comments may be shown as answers.

Single TextBox as filter row in each column header

1 Answer 369 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Steffen
Top achievements
Rank 1
Steffen asked on 06 May 2015, 09:14 AM

Hi!

in my AngularJS app I don't need all the filter features that the Kendo grid offers.

I just want a single, clean TextBox in each column header, with no buttons, dropdowns and so on.. purpose: I want to catch the KeyUp Event of the TextBoxes and trigger some server side filtering after that.

the following approach seems not to work with the latest version of Kendo UI:

http://stackoverflow.com/questions/13995365/in-kendo-ui-custom-column-filter-only-with-a-single-textbox-on-each-column-witho

any ideas?

 

thank you very much!

 

1 Answer, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 08 May 2015, 07:11 AM

Hello Steffen,

You can use the header template, and put any markup inside and bind events with JavaScript, here is an example:

http://dojo.telerik.com/UbeFu

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
Steffen
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Share this question
or