Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1675
FilterMenu popup close when row is added
posted

Hi,

In my case, the xamgrid is bounded to an observablecollection, and every few seconds data is added to the collection, the issue is that while the filtermenu ( Grid.ColumnLayouts[0].FilteringSettings.AllowFiltering = FilterUIType.FilterMenu;) is open, if a data is added to observablecollection/grid, it closes the popup menu, is there a way we can set isclosing=false on the popup or any other setting that does not close the popup?

Thanks,

Rohit