There are plenty of grid controls around, including the DataGrid supplied with Visual Studio .NET, but this one fills the need for a simple, no frills control. It has a collection of rows and columns which can be added to or deleted from, and an automatically maintained collection of cells. It is therefore as easy to program as, for example, a ListBox, ListControl or TreeControl, and is an ideal complement to these.
Teroid Data Export Control 1.0 is a .NET Windows Forms control providing a set of properties and methods for exporting ADO .NET data to Excel, a text file or an HTML. Column headings can be included, html tables can be formatted, and columns can be padded left or right to a set width with any character. All these properties can be set in code or by the user with the dialog boxes included with the control.
Teroid Venn Control is a .NET control implementing the concept of the Venn diagram invented in 1880 by the Cambridge lecturer John Venn FRS. Its purpose is to represent visually the intersection of sets using overlapping circles, and is widely used within many different fields. The control's appearance is set programatically, and additionally the values, item text, title text and sub text can be edited by the user of the client application.
Teroid Data Form is an easy to use .NET control which dramatically reduces development times by providing an instant user interface to an ADO .NET DataTable object. Drop one onto a form and set the DataTable property either at design time or at run time and the control will automatically configure itself with a label and text box for each column in the table, and has full insert, update and delete functionality.
The Teroid Data Filter is a .NET control which configures itself with a set of controls for each column in a data source allowing the user to specify filter criteria, sort order and the inclusion of each column. The data source can be set at design time or in code as a connection string, a Connection, a DataSet or a DataTable. The user's selections are returned to the client application as SQL strings for use within the client application.