[]
Define a static class to add the extension methods for all the controls which can use FlexGridFilter extender.
public static class MultiRowFilterExtension
| Name | Description |
|---|---|
| Filterable<T>(MultiRowBuilder<T>) | Apply the default FlexGridFilter extender in MultiRow. |
| Filterable<T>(MultiRowBuilder<T>, Action<FlexGridFilterBuilder<T>>) | Apply the FlexGridFilter extender in MultiRow. |