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
1100
How do I hide rows based on dataset data?
posted

Hello,

I have the express version of XamDataGrid (I recently downgraded from 9.2.20092.2001). Filtering does not appear to work in the express version and I need to be able to hide rows (and all associated child rows) that have certain values. I have been unable to figure out how to do this. The reason I downgraded is because the released edition posed too many problems to deal with at this time so it's not an immediate option but of course I need a filtering-like behavior.

Thanks!

  • 69686
    Suggested Answer
    posted

    Hello,

    You can try the InitializeRecord event, RecordsInViewChanged event and use the Record's Visibility property setting to Collapsed.