Example of Separate Connector in ASP.NET Core Query Builder Control

Query Builder
Separate Connector

This sample demonstrates the separate connector support in Query Builder control.

Davolio, Buchanan
FirstName LIKE ('Andre%') AND LastName IN ('Davolio','Buchanan') OR Age > 30 AND (IsDeveloper = true AND PrimaryFramework = 'React') OR HireDate BETWEEN '11/28/2023' AND '11/30/2023'

                                                        

In this demo, the Query Builder includes a separate connector feature that displays a combinator between each neighboring pair of rules or groups within a group's rules. You can enable or disable this feature using the 'EnableSeparateConnector' property.

In mobile mode, the component is shown vertically.

More information about Query Builder can be found in this documentation section.

Transform your ASP.NET Core web apps today with Syncfusion® ASP.NET Core components
100+ high-performance and responsive UI components
Dedicated support
Hassle-free licensing
TRY IT FOR FREE
opens in a new tab