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?
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?