Syncfusion.Blazor.Data
18.4.0.46
The SfDataManager is a data management package to perform data operations such as grouping, sorting in Blazor applications. It will act as an abstraction for using local data sources like IEnumerable, Observable collections and remote data sources like web services returning JSON, JSONP, oData.
Key Features
• DataManager: Communicates with the data source and returns the desired result based on the provided Query.
• Query: DataManager has APIs for generating data query with ease.
• CRUD in individual requests and Batch: CRUD operations are fully supported. The options are enabled to commit the data as single or multiple requests.
• Adaptors: Adaptors are specific DataSource type interfaces that are used by DataManager to communicate with the DataSource. DataManager has three in-built adaptors - ODataAdaptor, BlazorAdaptor and UrlAdaptor.
• Calculate and maintain aggregates, sorting order and paging.
Helpful links:
Documentation: https://blazor.syncfusion.com/documentation/data/?utm_source=nuget&utm_medium=listing
Demos: https://blazor.syncfusion.com/demos/?utm_source=nuget&utm_medium=listing
Support:
Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident/?utm_source=nuget&utm_medium=listing
Forum: https://www.syncfusion.com/forums/blazor-components/?utm_source=nuget&utm_medium=listing
This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials).
© Copyright 2021 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
See the version list below for details.
Install-Package Syncfusion.Blazor.Data -Version 18.4.0.46
dotnet add package Syncfusion.Blazor.Data --version 18.4.0.46
<PackageReference Include="Syncfusion.Blazor.Data" Version="18.4.0.46" />
paket add Syncfusion.Blazor.Data --version 18.4.0.46
#r "nuget: Syncfusion.Blazor.Data, 18.4.0.46"
// Install Syncfusion.Blazor.Data as a Cake Addin
#addin nuget:?package=Syncfusion.Blazor.Data&version=18.4.0.46
// Install Syncfusion.Blazor.Data as a Cake Tool
#tool nuget:?package=Syncfusion.Blazor.Data&version=18.4.0.46
Release Notes
Dependencies
-
.NETStandard 2.1
- Syncfusion.Blazor.Core (>= 18.4.0.46)
-
net5.0
- Syncfusion.Blazor.Core (>= 18.4.0.46)
Used By
NuGet packages (26)
Showing the top 5 NuGet packages that depend on Syncfusion.Blazor.Data:
Package | Downloads |
---|---|
Syncfusion.Blazor.WordProcessor
The Blazor Word Processor (Document Editor) is a component with editing capabilities like Microsoft Word. Also known as the document editor, it is used to create, edit, view, and print Word documents. It provides all the common Word processing features including editing text, formatting contents, resizing images and tables, finding and replacing text, bookmarks, tables of contents, printing, and importing and exporting Word documents.
Helpful links:
Documentation: https://blazor.syncfusion.com/documentation/document-editor/?utm_source=nuget&utm_medium=listing
Demos: https://blazor.syncfusion.com/demos/document-editor/default-functionalities/?utm_source=nuget&utm_medium=listing
Support:
Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident/?utm_source=nuget&utm_medium=listing
Forum: https://www.syncfusion.com/forums/blazor-components/?utm_source=nuget&utm_medium=listing
This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials).
© Copyright 2021 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|
|
Syncfusion.Blazor.Inputs
A package of Blazor Input textbox components. It comes with a collection of form components which is useful to get different input values from the users such as text, numbers, color and file inputs.
List of components:
• ColorPicker
• File Upload
• MaskedTextBox
• NumericTextBox
• Slider
• TextBox
ColorPicker:
ColorPicker component is a user interface to select and adjust color values.
Key features:
• Color specification - Supports Red Green Blue, Hue Saturation Value and Hex codes.
• Custom palettes - Allows you to customize palettes and supports multiple palette groups rendering.
Helpful links:
Feature Tour: https://www.syncfusion.com/blazor-components/blazor-color-picker
Documentation: https://blazor.syncfusion.com/documentation/color-picker/
Demos: https://blazor.syncfusion.com/demos/color-picker/default-functionalities
TextBox:
The Blazor TextBox is a component for editing, displaying, or entering plain text on forms to capture username, email, and more.
Key features:
• Floating Label - Floats the placeholder text while focus.
• Multiline - Handles multiline input with placeholder text.
Helpful links:
Feature Tour: https://www.syncfusion.com/blazor-components/blazor-textbox
Documentation: https://blazor.syncfusion.com/documentation/textbox/getting-started/
Demos: https://blazor.syncfusion.com/demos/textbox/default-functionalities
NumericTextBox:
The Blazor Numeric Textbox component is a quick replacement of the number-type HTML input element.
Key features:
• Range Validation - Allows to set the minimum and maximum range of values.
• Number Formats - Supports the number display formatting with MSDN standard.
Helpful links:
Feature Tour: https://www.syncfusion.com/blazor-components/blazor-numeric-textbox
Documentation: https://blazor.syncfusion.com/documentation/numeric-textbox/getting-started/
Demos: https://blazor.syncfusion.com/demos/numeric-textbox/default-functionalities
MaskedTextBox:
The Blazor Input Mask is a component that provides an easy and reliable way to collect user input based on a standard mask.
Key features:
• Custom Characters - Allows to use your own characters as the mask elements.
• Regular Expression - Can be used as a mask element for each character.
Helpful links:
Feature Tour: https://www.syncfusion.com/blazor-components/blazor-input-mask
Documentation: https://blazor.syncfusion.com/documentation/input-mask/getting-started/
Demos: https://blazor.syncfusion.com/demos/input-mask/default-functionalities
File Upload:
The Blazor File Upload is a component for uploading one or multiple files, images, documents, and other files to a server.
Key features:
• Chunk Upload - Used to upload large files as chunks.
• Validation - Validate extension and size of upload file.
• Auto Upload - Process the file to upload without interaction.
Helpful links:
Feature Tour: https://www.syncfusion.com/blazor-components/blazor-file-upload
Documentation: https://blazor.syncfusion.com/documentation/file-upload/getting-started/
Demos: https://blazor.syncfusion.com/demos/file-upload/default-functionalities
Support:
Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident/?utm_source=nuget&utm_medium=listing
Forum: https://www.syncfusion.com/forums/blazor-components/?utm_source=nuget&utm_medium=listing
This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials).
© Copyright 2021 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|
|
Syncfusion.Blazor.Lists
The Blazor ListView component allows you to select an item or multiple items from a list-like interface and represents the data in interactive hierarchical structure across different layouts or views. Lists are used for displaying data, data navigation, and data entry.
Key features:
• Data binding - Supports data binding to display the list of items from the local or server-side data source.
• Grouping - Provides support to group the logically related items under a category.
• Nested list - Displays a set of nested list items in different layout.
• Virtualization - Allows you to load only viewable list items in a view port which will increase ListView performance on loading large number of data.
• Check list - Displays list item with checkbox which allows you to select single or select multiple items.
• Customizing templates - Allows you to customize the list item, header, and category group header.
• Accessibility - Provides built-in accessibility support that helps to access all the ListView control features through the keyboard, on-screen readers, or other assistive technology devices.
Helpful links:
• [Feature tour]: https://www.syncfusion.com/blazor-components/blazor-listview
• [Documentation]: https://blazor.syncfusion.com/documentation/listview/?utm_source=nuget&utm_medium=listing
• [Demos]: https://blazor.syncfusion.com/demos/listview/default-functionalities?theme=bootstrap4
Support:
Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident/?utm_source=nuget&utm_medium=listing
Forum: https://www.syncfusion.com/forums/blazor-components/?utm_source=nuget&utm_medium=listing
This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials).
© Copyright 2021 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|
|
Syncfusion.Blazor.Navigations
A package of Blazor navigation components such as Accordion, Context-menu, Menu, Tabs, Toolbar, Tree-view and Sidebar.
Accordion
An Accordion is a vertically collapsible panel that displays one or more panels at a time within the available space.
Helpful links:
Feature tour: https://www.syncfusion.com/blazor-components/blazor-accordion
Documentation: https://blazor.syncfusion.com/documentation/accordion/?utm_source=nuget&utm_medium=listing
Demos: https://blazor.syncfusion.com/demos/accordion/default-functionalities?theme=bootstrap4
ContextMenu
ContextMenu is a graphical user interface that appears on the user right click/touch hold operation.
Helpful links:
Feature tour: https://www.syncfusion.com/blazor-components/blazor-context-menu
Documentation: https://blazor.syncfusion.com/documentation/context-menu/
Demos: https://blazor.syncfusion.com/demos/context-menu/default-functionalities
Menu
Menu is a graphical user interface that serve as navigation headers for your application.
Helpful links:
Feature tour: https://www.syncfusion.com/blazor-components/blazor-menu-bar
Documentation: https://blazor.syncfusion.com/documentation/menu-bar/
Demos: https://blazor.syncfusion.com/demos/menu-bar/default-functionalities
Tab
The Tab is a content panel that shows multiple contents in a specific space, one at a time.
Helpful links:
Feature tour: https://www.syncfusion.com/blazor-components/blazor-tabs
Documentation: https://blazor.syncfusion.com/documentation/tabs/?utm_source=nuget&utm_medium=listing
Demos: https://blazor.syncfusion.com/demos/tabs/default-functionalities?theme=bootstrap4
Toolbar
A toolbar displays a group of command buttons arranged horizontally
Helpful links:
Feature tour: https://www.syncfusion.com/blazor-components/blazor-toolbar
Documentation: https://blazor.syncfusion.com/documentation/toolbar/?utm_source=nuget&utm_medium=listing
Demos: https://blazor.syncfusion.com/demos/toolbar/default-functionalities?theme=bootstrap4
TreeView:
The Blazor TreeView represents hierarchical data in a tree like structure with advanced functions to edit, drag and drop, select with CheckBox and more.
Helpful links:
Feature tour: https://www.syncfusion.com/blazor-components/blazor-treeview
Documentation: https://blazor.syncfusion.com/documentation/treeview/?utm_source=nuget&utm_medium=listing
Demos: https://blazor.syncfusion.com/demos/treeview/default-functionalities?theme=bootstrap4
Sidebar:
The Blazor Sidebar is an expandable and collapsible component that typically acts as a side container to place primary or secondary content alongside the main content.
Helpful links:
Feature tour: https://www.syncfusion.com/blazor-components/blazor-sidebar
Documentation: https://blazor.syncfusion.com/documentation/sidebar/?utm_source=nuget&utm_medium=listing
Demos: https://blazor.syncfusion.com/demos/sidebar/default-functionalities?theme=bootstrap4
Support:
Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident/?utm_source=nuget&utm_medium=listing
Forum: https://www.syncfusion.com/forums/blazor-components/?utm_source=nuget&utm_medium=listing
This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials).
© Copyright 2021 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|
|
Syncfusion.Blazor.DropDowns
Superset of HTML select box contains specific features such as data binding, grouping, sorting, filtering, and templates.
List of components:
• AutoComplete
• ComboBox
• DropDownList
• ListBox
• MultiSelect Dropdown
AutoComplete:
The Blazor AutoComplete is a textbox component that provides a list of suggestions to select from as the user types.
Key features:
• Data binding - Binds and accesses the list of items from local or server-side data source.
• Templates - Customizes the list item, header, and footer.
Helpful links:
Feature Tour: https://www.syncfusion.com/blazor-components/blazor-autocomplete
Documentation: https://blazor.syncfusion.com/documentation/autocomplete/getting-started/
Demos: https://blazor.syncfusion.com/demos/autocomplete/default-functionalities
ComboBox:
The Blazor ComboBox component is a editable option that also allows users to choose an option from a predefined pop-up list.
Key features:
• Data binding - Binds and accesses the list of items from local or server-side data source.
• Templates - Customizes the list items, selected value, header, and footer.
Helpful links:
Feature Tour: https://www.syncfusion.com/blazor-components/blazor-combobox
Documentation: https://blazor.syncfusion.com/documentation/combobox/getting-started/
Demos: https://blazor.syncfusion.com/demos/combobox/default-functionalities
DropDownList:
The Blazor Dropdown List is a non-editable from a list of predefined values.
Key features:
• Data binding - Binds and accesses the list of items from the local or server-side data source.
• Templates - Customizes the list items, selected value, header, and footer.
Helpful links:
Feature Tour: https://www.syncfusion.com/blazor-components/blazor-dropdown-list
Documentation: https://blazor.syncfusion.com/documentation/dropdown-list/getting-started/
Demos: https://blazor.syncfusion.com/demos/dropdown-list/default-functionalities
ListBox:
ListBox component used to display a list of items. Users can select one or more items in the list using a checkbox or by keyboard selection.
Key features:
• Data binding - Binds and accesses the list of items from local or server-side data source.
• Templates - Customizes the list item, and no records content.
Helpful links:
Feature Tour: https://www.syncfusion.com/blazor-components/blazor-listbox
Documentation: https://blazor.syncfusion.com/documentation/listbox/getting-started/
Demos: https://blazor.syncfusion.com/demos/listbox/default-functionalities
MultiSelect:
The Blazor MultiSelect Dropdown is allows the user to type or select multiple values from a list of predefined options.
Key features:
• Data binding - Binds and accesses the list of items from local or server-side data source.
• Templates - Customizes the list items, selected value, header, and footer.
Helpful links:
Feature Tour: https://www.syncfusion.com/blazor-components/blazor-multiselect-dropdown
Documentation: https://blazor.syncfusion.com/documentation/multiselect-dropdown/getting-started/
Demos: https://blazor.syncfusion.com/demos/multiselect-dropdown/default-functionalities
Support:
Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident/?utm_source=nuget&utm_medium=listing
Forum: https://www.syncfusion.com/forums/blazor-components/?utm_source=nuget&utm_medium=listing
This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials).
© Copyright 2021 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
19.1.0.56 | 607 | 4/13/2021 |
19.1.0.55 | 1,399 | 4/6/2021 |
19.1.0.54 | 2,315 | 3/30/2021 |
18.4.0.49 | 1,980 | 3/23/2021 |
18.4.0.48 | 1,646 | 3/16/2021 |
18.4.0.47 | 1,657 | 3/9/2021 |
18.4.0.46 | 2,208 | 3/2/2021 |
18.4.0.44 | 3,160 | 2/23/2021 |
18.4.0.43 | 1,599 | 2/15/2021 |
18.4.0.42 | 1,941 | 2/9/2021 |
18.4.0.41 | 1,918 | 2/2/2021 |
18.4.0.39 | 1,812 | 1/28/2021 |
18.4.0.35 | 2,751 | 1/19/2021 |
18.4.0.34 | 2,228 | 1/12/2021 |
18.4.0.33 | 2,069 | 1/4/2021 |
18.4.0.32 | 1,257 | 12/30/2020 |
18.4.0.31 | 1,484 | 12/22/2020 |
18.4.0.30 | 4,328 | 12/17/2020 |