Product Bundles
DevCraft
All Telerik .NET and Kendo UI JavaScript components and AI Tools in one package.
Kendo UI
Bundle of AI Tools plus four JavaScript UI libraries built natively for jQuery, Angular, React and Vue.
Telerik
Build great .NET business apps
Net Web
Cross-Platform
Desktop
Reporting and Documents
Testing & Mocking
Debugging
Build JavaScript UI
Javascript
AI for Developers & IT
Ensure AI program success
AI Coding
Additional Tools
Enhance the developer and designer experience
UI/UX Tools
Free Tools
CMS
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...