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

FIlter Custom Editor On A Razor Setup

1 Answer 101 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Dave
Top achievements
Rank 1
Dave asked on 08 Oct 2012, 04:09 PM
has anyone else come across the issue of filtering on a Custom Editor Column?

Following This Editor Example, after trying to add a filter, i notice that you can't filter on the column.

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 11 Oct 2012, 03:03 PM
Hello Dave,

The filtering will not work with the setup in the documentation will not work because the column will be bound to an object. You could use a ForeignKey column to edit the related property. Another option is to bind the column to the property that needs to be filtered and update the text with code either in the save event or on the server and return the updated object.

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
Dave
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or