Files to look at:
To accomplish this task, take the following steps:
- Create a non-persistent class with properties that we will use to find persistent objects: MySearchClass.cs
- In this class add a collection of persistent objects as described at How to: Show Persistent Objects in a Non-Persistent Object's View. This collection will show the search results.
- In this class' non-persistent detail view, add a custom 'Search' action as described at How to: Include an Action to a Detail View Layout
- When a user presses this 'Search' action, create a criterion based on the properties from point 1 and get persistent objects that fit this criterion as described at the 'Get a collection' section of Create, Read, Update and Delete Data: MySearchController.cs
- To show this non-persistent class view, use the solution from Ways to Show a View: MyShowSearchController.cs
(you will be redirected to DevExpress.com to submit your response)