This example uses a combo box to filter the grid's data source. The grid works in Server mode provided by eXpress Persistent Objects. XpoDataSource has a filtering parameter, which is set within the grid's BeforePerformDataSelect event handler. The sample loads data from the AdventureWorks demo database on a local SQL Server.
See Also:
How to use XPO in an ASP.NET (Web) application
How to display and edit XPO in the ASPxGridView
Question Comments
Added By: Gabriel Joly at: 7/14/2016 7:54:54 AM Very usefull, thank you.