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

Individual Column Filters set as 'extra' with MVC helpers

1 Answer 101 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ron Kellermann
Top achievements
Rank 1
Ron Kellermann asked on 19 Apr 2013, 04:47 PM
Hi,

I'm currently working on a kendo grid using MVC helpers, and I've been having a bit of a hard time to find a way to set a individual filter as extra = true.

Here is the code that I'm using to disable the extra filters for the grid:

.Filterable(fltr => fltr.Extra(false).Messages(m => m.IsTrue(" Yes").IsFalse(" No")).Operators(op => op.ForString(str => str.Clear()))))

This is at the end of the grid and works just fine.
However I want to have a single column as extra (the date column to be precise), however the column Filterable only takes a bool (whether it's filterable or not at all).

I would be very grateful if you could point me in the right direction regarding this.

Thanks,

W. Akram

1 Answer, 1 is accepted

Sort by
0
Accepted
Daniel
Telerik team
answered on 23 Apr 2013, 01:52 PM
Hello,

I am afraid that this is not supported. If the additional input is disabled from the Grid filterable configuration then it cannot be enabled for a single column. 

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