Friday, 9 August 2013

Kendo Grid does not recognize Grid event builder function "FilterMenuInit"

Kendo Grid does not recognize Grid event builder function "FilterMenuInit"

I need to make some modifications in kendo grid filter.I will customize
filter using a function which will be called in Grid event builder
:FilterMenuInit
But code is showing that this is not a function.
Is there any version problem ?
@(Html.Kendo().Grid<Fitsom.Models.RegisteredUsersModel>()
.Name("UsersGrid")
.Events(events =>
**events.FilterMenuInit("gridFilterMenuInit"))**
----Here is the error
.Columns(columns =>
{
Please suggest.Thank you

No comments:

Post a Comment