Example of Drag And Drop in ASP.NET Core Query Builder Control
This sample demonstrates the drag and drop support in Query Builder control.
DEMO
SOURCE
SQL
JSON
In this demo, the Query Builder includes a drag-and-drop feature that allows you to move rules or groups to different positions. You can enable or disable this feature using the 'AllowDragAndDrop' property.
In mobile mode, the component is shown vertically.
More information about Query Builder can be found in this documentation section.