Hi guys, I have 2 apps. In the first one I create a web service that shows a list of objects. In the second app i retrieve this list from the web services, i put it in a table and i have to search by a searchbar an object of the first app through an attribuite (string). How can i create this searchbar?
asked
Matteo Shermadhi
1 answers
1
Matteo,
I am assuming the entity in the second app is non-persistable. Are you using a datagrid in the second app? If so, you can
make the entity persistable in the second app and use the standard datagrid search capabilities
leave the entity non-persistable and use one of the search widgets from the Marketplace like DataGrid Column Search or List View Controls