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

Source code for kendoFilterCell

1 Answer 107 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Curt Rabon
Top achievements
Rank 1
Veteran
Curt Rabon asked on 18 Jan 2017, 01:53 AM

As a paid subscriber, I have access to the professional source code.  However, there's a line in the grid.js file that calls .kendoFilterCell(), but I can't find kendoFilterCell in the source files.

 

The line I'm referring to is in kendo.grid.js on line # 4974 and looks like this:

$('<span/>').attr(kendo.attr('field'), field).appendTo(th).kendoFilterCell(settings);

1 Answer, 1 is accepted

Sort by
0
Dimiter Topalov
Telerik team
answered on 19 Jan 2017, 08:33 AM
Hi Curt,

The mentioned code creates a new FilterCell widget via the kendoFilterCell() method. The code for this widget is available in the kendo.filtercell.js file.

Regards,
Dimiter Topalov
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Grid
Asked by
Curt Rabon
Top achievements
Rank 1
Veteran
Answers by
Dimiter Topalov
Telerik team
Share this question
or