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

How can I re-order column that I've added a custom inline filter?

1 Answer 71 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Sang
Top achievements
Rank 1
Sang asked on 25 Apr 2013, 08:50 PM
We added our custom filter to the grid since we want to use google type filter.  The issue is how can we take advantage of the Kendo Grid that will allow us to re-order the column.  Right now if we re-order it, the filter remains the same therefore it filter incorrectly.
see attachment.
Header1 | Header 2 
------------  |-------------
Filter1      |  Filter 2 <--- custom filters (free text and drop dropdown)
-----------   | -----------
data1       | data 2

Now if I dragged Header 2 to Header one, it looks correct but the filter remains so not filter 1 is under Header 2 and Filter 2 is under Header one.

Header2 | Header1 
------------  |-------------
Filter1      |  Filter 2 <--- unchanged
-----------   | -----------
data2       | data1

Do I need to do something to accomplish the re-ordering properly?

1 Answer, 1 is accepted

Sort by
0
Alexander Valchev
Telerik team
answered on 29 Apr 2013, 01:50 PM
Hello Sang,

Kendo UI Grid does not support filtering row/google-like filtering out of the box. The available filter menu customization is demonstrated in this demo.

I am not sure what your current implementation looks like. Could you please send a small but runnable jsBin example which demonstrates the behaviour. In this way I would be able to examine your exact scenario, investigate what is going wrong and provide you with a solution, if such is possible of course.
Thank you in advance for the cooperation.

Kind regards,
Alexander Valchev
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
Sang
Top achievements
Rank 1
Answers by
Alexander Valchev
Telerik team
Share this question
or