The most powerful data entry components
Demo
DataFormFull Samples Description
Simple Data Entry Workflow This example shows a simple data entry workflow. eDataFormFull component combines eCriteria, eGridForm and eDataForm controls together to provide comprehensive data entry functionality.
Using AutoQuery This example illustrates the eGridForm loads the data by the pre-defined default criterias. After the page is loaded for the first time, user can enter criteria to query data again.
Hiding Criteria This example illustrates when you only want to display the result data by the pre-defined default criterias and don't want user input any values for criterias.
GridForm Samples Description
Hierarchical GridForms This example illustrates how to make a hierarchical GridForm. Just specify the one or more relations of the GridForms in DataForm.NET Designer. Detail GridForm can be nested displayed and multiple GridForms can be linked together.
use eGridFormGroup control to display children GridForms
(New in v3.5 )
This example illustrates how to use eGridFormGroup control to display children GridForms.
Database-side Paging This example illustrates eGridForm control runs against 1,000,000 records.
Using File Column to display image This example illustrates how to use File Column to display image file or file icon retrieved from database server or web server.
Simple Usage of Template Column  This example illustrates how to customize a column in a GridForm by mixing of HTML, static text and data from database.
Advanced Usage of Template Column
This example illustrates an advanced usage that gives you total freedom to customize the layout of the whole row by using one SINGLE Template Column.
Hyperlink Column
This example illustrates how to using Hyperlink Column. Use the HyperLinkColumn column type in a GridForm control to create a hyperlink for each row in the GridForm.
Checkbox Column This example illustrates how to use Checkbox Column. When the data type in database is bit, boolean or some value that can be convert to boolean, you may want it to display as checkbox instead of the original value.
Add field to query string
This example illustrates how to add fields to QueryString of the Hyperlink Column. When the value of field needs to be passed to another page, it has to be added to the Querystring.
Using View as Datasource This example illustrates how GridForm uses View as datasource and uses DataForm to display detail.
Using Stored Procedure as Datasource This example illustrates how GridForm uses View as datasource and uses DataForm to display detail.
Using HoverPanel This example illustrates how to use HoverPanel to show more data when mouse moving over each row.
Join Multiple Tables as Datasource This example illustrates how to use join statement to display fields from more than one tables. To display columns from multiple tables, you have to specify a SQL join statement for them.
Sorting This example illustrates how to set default sorting on each column. And user can still click the title of column in GridForm to change the sorting at runtime.
Using eGridFormToolbar control
(New in v3.5 )
This example illustrates how to show/hide toolbar of GridForm. Toolbar is used to do some actions that are related to the GridForm. For now, there two icons available in the toolbar. More icons are coming up.
Making GridForm Read Only This example illustrates how to make the GridForm readonly. By default setting, GridForm is editable which uses DataForm to edit a single row of data. But it can be readonly when you want users to only have a look.
Using selective Checkbox Column This example illustrates how to use selective checkbox column. Selective checkbox column is the first column in the GridForm which is used to get the selected row index and relevant primary key information of each row.
Column Style This example illustrates how to define the style of each column.
DataForm Samples Description
Upload/Download File This example illustrates how to upload a image file to a image column, then display it on the web page.
Using RowSpan attribute This example illustrates how to use RowSpan attribute for a Image file to fit in a DataForm
Customization of DataForm's Appearance This example shows how to customize DataForm's layout and style. For instance, the number of fields per row, the order of the fields and the style of each field.
Using eDataFormToolbar
(New in v3.5 )
This example illustrates how to use eDataFormToolbar control to manipulate eDataForm
Using Dropdown List This example shows how to use dropdown list for a field. It also applies to Combobox, RadioButton List and ListBox controls.
Cascaded Dropdown Lists This example illustrates how to use Autopostback attribute to make cascaded dropdown lists.
Default Value This example illustrates how to define a default value for a field. This default value will show up when the DataForm is loaded in the page first time.
Using SQL Command as Default Value This example illustrates how to use a sql command to retrieve a single value from a table/view by referencing a value from a field of current DataForm.
Using Javascript on a field This example illustrates how to apply Javascript to a field so that you can do something more on the field, such as validate field, popup message, etc. In this example, Discount field will validate user input which must be between 0 and 1.
Updatable Field This example shows how to make a field updatable or not.
Criteria Samples Description
Using Between Operator This example illustrates how to use Between operator and set a default value for the second field of Between operator.
Using IsCriteria This example illustrates how to add additional fields to Criteria for assistant purpose. But they are used as criterias.
Using Default Value and Invisible Together This example illustrates the magic when you set the default value and make the field invisible.
Using Logic for each Criteria This example illustrates how to specify logic for each criteria, either AND or OR.
Show multiple children GridForms externally

 
 
Home | News | Products | Demo | Download | Buy | Support | Contact | Resellers
 
DataForm.NET AD