Datagrid Filtering API + ODATA Issue

Hi @Nemain,

The problem in this case is that the DataGrid does not know yet that it's bound to OData service (the variable assigned to Data is null most probably). You can avoid this if you set the variable bound to Data to an empty ODataEnumerable like this (assuming our OData demo):