Gantt - Filter a column based on more values

Hello.

I have a column status in my Gantt control that can be a value from 1 to 10. Now I want the initial filter to filter out only the ones that have values 2, 3.

example data: 
{task: 1, status: 1}
{task: 1, status: 2}
{task: 1, status: 2}
{task: 1, status: 3}
{task: 1, status: 1}
{task: 1, status: 6}

data after filter: 
{task: 1, status: 2}
{task: 1, status: 2}
{task: 1, status: 3}

How can I do this? I tried many things but I cant get this excel type filter to work.

Regards.
Marko.

1 Reply

KR Karthikeyan Raja Syncfusion Team March 18, 2020 04:41 PM UTC

Hi Marko, 
 
Sorry for the delay. 
We have analyzed your query. In Gantt currently there is no support for excel type filter and filter based on your requirement. But we have already logged a feature report for achieving complex filtering. You can track the status of these feature from below feedback link. 
As we have already lined up with some major features, we could not start this feature immediately. We will implement this support and include in any our upcoming releases. 
Please cast your vote to make it count. We will prioritize the features for every release based on demands 
 
Regards, 
Karthikeyan Raja 


Loader.
Up arrow icon