Text filter is not working for those datagrid columns where the data source is from system.owner

0
In datagrid columns, if we use system.owner as any column's data source, the text filter for that particular column is not working. How can I make the text filters work?  
asked
2 answers
0

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

answered
0

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.

answered