|
Overview
Features
Demo
Usage
FAQ
Download
|
Query Grid
Usage:
-
In your ASP.NET project, open the Customize Toolbox dialog.
-
Select the .NET Framework Components tab, browse to the location where you have
saved CSQueryGrid.dll, and select it.
-
Select the QueryGrid control from the toolbox, and place it on your form.
-
Set the DT property to the DataTable that you want to make queryable.
-
(Optional) Apply your formatting to the QueryDataGrid property.
FAQ:
Q: What kind of logic is applied to the criteria?
A: Columns are ANDed together. If you do not set an operator dropdown, that
column will not be included in the criteria.
Q: Is there any validation applied to the user's operand/criteria?
A: The validation is performed on the back end just before the actual filter
operation. An error message is returned to the user if any criteria
fails.
Q: What column types are queryable?
A: Numeric, String, and Date. The underlying .NET types are System.Byte,
System.Integer, System.Short, System.Decimal, System.Single,
System.Double, System.String, and System.DateTime
Q: Will you be adding support for bit/boolean column types?
A: We plan on including this column type just as soon as we decide on a
universal, intuitive way to represent them in in the UI.
Licensing:
-
The control is free to download and evaluate.
-
It is $30 for a commercial use, one server, unlimited processor license.
-
Upgrades are available at no cost to registered users.
|
|