The ASP.NET Core DataGrid is a feature-rich component useful for displaying data in a tabular format.
Its wide range of functionalities includes data binding, editing, Excel-like
filtering, custom sorting, aggregating rows, selection, and support for Excel, CSV, and
PDF formats. It loads millions of records in just a second. It has flexible editing and
intuitive record selection modes. Also, it has seamless data exporting options like PDF,
CSV, and Excel.
Example of Dock in ASP.NET Core Sidebar Control
The
Sidebar
dock sample demonstrates the dock functionalities of the Sidebar
. Click on the hamburger menu icon to expand/collapse the sidebar with dock state.
DEMO
SOURCE
Dock state of the Sidebar reserves some space on the page that always remains in a visible state when the Sidebar is collapsed. It is used to show the short term of a content like icons alone instead of lengthy text.
In this demo, the list item has an icon with text representation. On dock state, only the icon listed out to interact. It can be achieved by using the EnableDock
property.