Skip to content

DevExpress-Examples/web-dashboard-filter-sql-query-at-runtime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dashboard for Web Forms - How to filter an SQL query at runtime

The following example shows how to use the ASPxDashboard.CustomFilterExpression event to filter an SQL query at runtime:

This example filters the Invoices query with the following expression: "Customers.CompanyName" equals "Around the Horn".

Files to Review

Documentation

More Examples