Floating panels
18 Nov 20181 minute to read
The floating functionality of the control allows to effectively use the entire layout for the panel’s placement. If the floating functionality is enabled, the panels within the layout get floated upwards automatically to occupy the empty cells available in previous rows. This functionality can be enabled or disabled using the allowFloating property of the control.
The following sample demonstrates how to enable or disable the floating of panels in the DashboardLayout control using allowFloating property.
When allowFloating value set as false, the output is like the below.
When allowFloating value set as true, the output is like the below.
NOTE
You can refer to our ASP.NET Core Dashboard Layout feature tour page for its groundbreaking feature representations. You can also explore our ASP.NET Core Dashboard Layout example to know how to present and manipulate data.