One model from data access to UI.
Use the parts you need, while keeping the data lifecycle consistent across the application.
Large datasets
Delegate paging, filtering, sorting, search, totals, and aggregates through explicit adapter capabilities.
Explore capability →Dataset workflows
Define fields once and keep schema, validation, formatting, navigation, and editing state in one data model.
Explore capability →Structured grid editing
Present and edit data with typed columns, filtering, sorting, selection, summaries, grouping, and paging.
Explore capability →Related data
Model parent and child records as independent datasets and present contextual detail workflows.
Explore capability →Keep data state and UI behavior connected.
FD Components keeps schema, record state, validation, editing, and persistence boundaries explicit, so screens do not need separate layers of duplicated form and table state.
Understand the DataSet model →Load, query, page, aggregate, and persist data through explicit capabilities.
Own schema, records, state, editing, validation, and change tracking.
Build data-aware interfaces on top of the same dataset lifecycle.
Build the first screen, then go deeper.
The Getting Started guide goes from installation to an editable grid and persisted changes.