Search filters for data transformed properties in GridView

Hi,

I’ve implemented a computed property in my User model to get the whole name and form of address. Is there a way to attach a search field in the GridView that searches in defined fields (e.g. the firstname and the lastname)?

Thank you