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
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
Post a Comment