we have changed our custom filter row to your new suggested version by using a separate row. Within your demo the reordering and resizing of columns doesn't seem to work properly. How can I achieve to reorder and resize my columns?
Thanks for any hint.
10 Answers, 1 is accepted
Do you mean this demo? Resizing and reordering columns seems to work ok.
Sincerely yours,Yavor Georgiev
the Telerik team

I'm attaching the version of CustomFilterRow.cs included in our Q2 release, due next week. Please try with it.
Best wishes,Yavor Georgiev
the Telerik team

Now there's still another problem. If the grid view doesn't fit into the content and a (horizontal) scrollbar is visible, the filter row doesn't scroll accordingly. It remains at the same position :-(.
Furthermore we'd like to combine it with a header context menu to hide/show the columns. By use of the "old" custom filter row we had to toggle the visibility of the corresponding column. With the new version the colum will be hidden, but the filter cell is still visible ..
Thank you again for given us any idea to solve these problems.
I've modified the example. I'm including the modified file here.
Sincerely yours,Yavor Georgiev
the Telerik team


hope you can help me again :-) .. Is it also possible to "bind" the current filter cell to the according column when it is reordered? When the user reorders a column, the filter cell should also be dragged ..
Thank you!
Sabine
What do you mean? Don't filter cells change their position when their column is reordered?
Sincerely yours,Yavor Georgiev
the Telerik team

As the CustomFilterRow control is now totally separate from the RadGridView, I'm afraid what you ask is no longer possible. The previous version, where the filter cells were a part of the header cell itself, was suffering from the issue that the filter cells would end up in the grouping panel when a column is grouped. Should we decide the incorporate the functionality into RadGridView proper, we will add the needed visual support for different actions such as dragging and reordering.
All the best,Yavor Georgiev
the Telerik team