FilterMenuOpen
eventsFired when the grid filter menu is opened, after the animations are completed.
The event handler function context (available via the this keyword) will be set to the widget instance.
Event Data
e.container jQuery
The jQuery object representing filter menu form element.
e.field String
The field of the column for which the filter menu is opened.
e.sender kendo.ui.Grid
The widget instance which fired the event.