
Publisher's description
Teroid Data Filter 3.0 is a .NET Windows Forms control allowing users to specify filtering criteria in applications using an ADO .NET DataView or BindingSource as a data source. It can be used on a form containing data-bound controls or a DataGridView, or on a separate dialog box.
After the DataView or BindingSource properties are set, a row is added to the control for each column in the underlying data source, each containing controls allowing the user to set the criteria condition (=, >, LIKE etc) and a criteria value. These selections are then used to create a filter string for use as the DataView's RowFilter property or the BindingSource's Filter property.
The control has methods to apply the filter to the data source or clear any user criteria, and can optionally show buttons to allow the user to utilize this functionality directly.
Teroid Data Grid View Export Control |
Teroid Data Grid View Export Control is a .NET Windows Forms control which exports the contents of a Data Grid View to a csv (comma separated values), XML or HTML file.
Teroid Data Grid View Print Control |
Teroid Data Grid View Print Control provides much-needed printing, page setup and print preview functionality for the DataGridView, which replaces the DataGrid in .NET 2.0.
Teroid Linear Gauge |
Teroid Linear Gauge is a .NET Windows Forms control providing compact and versatile method of displaying numerical data in a straight-line format, using either a bar or a needle.