#102617
Yavor Dashev
Participant

Hi TurricanDE,

When you want to apply the ‘DOES_NOT_CONTAIN’ filter you have to use it like in the following code snippet:

   GridFiltering filtering = new GridFiltering()
    {
        Enabled = true,
        Filter = new string[][]
        {
            new string[] { "FirstName", "notcontains Andrew" }      
        }
     
    };

As for the filter panel this behavior is not expected and I will add a work item for this use case.

Please, do not hesitate to contact us if you have any additional questions.

Best regards,
Yavor Dashev

Smart UI Team
https://www.htmlelements.com/