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
425
Special sorting for hidden cells
posted

I have a grid whose datasource is set to a list of objects. In the InitializeRow event, I am checking the value of each initialized row's object, and if that condition is true, then I am setting the hidden property on 3 cells to be true. When I try to sort or filter those columns with the hidden cells, they sort/filter as if the values were still there. Is there a way to treath these cells as if they contain nothing when sorting/filtering?

Parents Reply Children
No Data