Search code examples
c#.netxtragrid

XTraGrid Filter Expression Parsing


I want to parse the XTraGrid filter string expression to get the Column(S) name and their values(on which they are filtered) in the expression. Is there any way to do it?

Thanks Omkay


Solution

  • Have you tried to use the following events:

    CustomFilterDialog

    CustomFilterDisplayText