DataGrid master table gets filtered even before clicking the advanced column filter apply button

Hi Radzen team,

Seeing this issue with the master child grids with advanced column filter.

Before applying the filter

Putting in the filter values without clicking the apply button, click outside or wait a few seconds, the child grid data changes but the parent grid didn't change.

if you click outside without clicking apply button, child grid shows newly filtered data but parent grid hasn't changed.

If you go back and click the apply button in the column filter, parent grid also changes.

Thanks for the report! We will check what’s going on and we will release fix in the next update. The problem was caused by the code in master DataGrid Render event - you can use the approach I've sent you in the last email.

@enchev Thank you so much.