Example of Rule Template in ASP.NET MVC Query Builder Control
This sample demonstrates the Rule Template functionality in QueryBuilder component using RadioButton components. In the Country column, user can change the Operator as equal/not equal using RadioButton component and select the Value from DropDownList component.
DEMO
SOURCE
This sample illustrates how to integrate ruleTemplate to the columns in the QueryBuilder. This is used for creating custom user interface for the columns with custom components and update the rule collection by using the component events.
More information about Query Builder can be found in this documentation section opens in a new tab.