Hi
when working with System.Owner, ensure that the column is bound to a string property of the owner (like System.Owner/Name), and the text filter should then work correctly
Hi Swagata,
Yaa you are correct datagrid filter will not for system.owner.
Do one thing take an attribute(string type) in your datagrid entity & when you are commiting or creating your objects assign your system.owner value in your newly string attribute.
Go to your datagrid now take this attribute value in datagrid & take string filter for this.
Now it will work fine.
Hope you like the answer.