New row disappears because it does not match the filter

Hi,

I'm using GridGroupingControl with GridExcelFilter.
How can i prevent a new row from disappearing because it does not match the filter?

I had the idea to add the new ID as a new column-filter, but the column filters are linked with "and", I would need a "or"-linked column filter.

Best regards,
Marcus

2 Replies

SN Sindhu Nagarajan Syncfusion Team April 24, 2018 12:53 PM UTC

Hi Marcus, 

Thanks for your interest in Syncfusion products. 

As per the GridGroupingControl current behavior, the records will be filtered based on the checked item of the GridExcelFilter popup from the FilteredRecords collection. So, the multiple column filtering will be applied from the already filtered records. Moreover, we have checked for the possible cases to achieve your scenario (i.e. to filter the records with “OR” operator). We regret to let you know that the GridGroupingControl does not have any direct support or extensibility to achieve your scenario. 

Please let us know if you have any other queries. 

Regards, 
Sindhu  



TR Truong October 17, 2018 08:28 AM UTC

Hi Sindhu Nagarajan,

I'm using GridGroupingControl with GridExcelFilter and add an unbound field to define a new CheckBox Column.

I have a problem when check or uncheck at checkbox, then user Filter, the grid does not reload.

Loader.
Up arrow icon