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
105
UltraWinGrid filtering - set the IsFilteredOut property
posted

Hi, 

I'm trying to extend the filtering of a grid - to let the default filtering do its job, and then to display some of the rows hidden by the filtering mechanism. To do this, I'm hooking to the AfterRowFilterChanged event and try to set to "visible" some of the rows which have the IsFilteredOut property set to true. However, I can't find a suitable property/method which would do this.

So my question is: does anybody know how to make visible in an UltraGrid a row which was filtered out by the default filtering mechanism? 

Thanks, 

Bogdan

Parents Reply Children