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
2165
Custom filter with InOperand in XamGrid
posted

Hi Team,

As we saw in the XamDagarid, the control has the In, Not in filter., we wnat to implement the same for the XamGrid control.

We want to create a custom filter (public class IndOperand<T>: FilterOperand), where we must ovverride the FilteringExpression method, can you define the expression what is used for the XamDataGrid?

The class will be generic, while should work for every type of column (same like in the XamDataGird control)

Parents
No Data
Reply
  • 28925
    Offline posted

    Hello, 

    You can follow the example in our online documentation to create custom filters. Keep in mind the XamDataGrid is our premier grid that we maintain and support to use in WPF. Therefore it's preferable if you use it because we plan on retiring the XamGrid (TBA). 

Children