Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Docs & Resources
Productivity and Design Tools
I need a solution where I can rearrange "Boxes" in a GridLayout with Drag & Drop.
Before I start to solve it badly on my own I want to make sure if there is not a good solution out there already !?
Has anyone an example or a headstart for me ?
The TileLayout uses a CSS grid under the hood and supports tile reordering. The configuration is not through rows and columns, but you can achieve a similar result with RowSpan and ColSpan.
I helped myself and got to a very nice solution using the GridLayout and some CSS. I wasn´t aware that Drag & Drop can be that easy...
The TileLayout uses a CSS grid under the hood and supports tile reordering. The configuration is not through rows and columns, but you can achieve a similar result with RowSpan and ColSpan.
I helped myself and got to a very nice solution using the GridLayout and some CSS. I wasn´t aware that Drag & Drop can be that easy...