c# - How to customize the filter editor of a devexpress GRID.CONTROL for WPF? -


we using dx gridcontrol wpf, , want customize filter editor popup dropdown list in order add additional columns list , shown in attached image. create filters fields not shown in gridcontrol.

any suggestion helpful. thanks.

medi

https://www.devexpress.com/support/center/attachment/getattachment?fileoid=2c9cfd9a-aaa4-11e3-80be-00155d624701&filename=filtereditorsdropdownlistfields.png

to customize fitler editor before displayed, handle dataviewbase.filtereditorcreated event. can find more information in this article.

update

to add new columns can user filtercolumns property, should use unbound mode (without sourcecontrol).


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -