I can "Creat Custom Field Editors" and "Add Field Editors Dynamically" separately in asp.net radFilter
Can we add custom field editor dynamically? It seems we have to make html tag for custom field editor in aspx page as shown in below:
<FieldEditors>
<Custom:RadFilterRuleTextFieldEditor FieldName="Dimension" />
<Custom:RadFilterRuleTextFieldEditor FieldName="Dimension(and children)" />
<telerik:RadFilterTextFieldEditor FieldName="MyText" TextBoxWidth="333" />
<telerik:RadFilterBooleanFieldEditor FieldName="MyBoolean" />
</FieldEditors>
My requirement is I want to add custom field editors dynamically for RadFilter control using c# without html tag. Please advise.
Thanks,
Jim Chen
Can we add custom field editor dynamically? It seems we have to make html tag for custom field editor in aspx page as shown in below:
<FieldEditors>
<Custom:RadFilterRuleTextFieldEditor FieldName="Dimension" />
<Custom:RadFilterRuleTextFieldEditor FieldName="Dimension(and children)" />
<telerik:RadFilterTextFieldEditor FieldName="MyText" TextBoxWidth="333" />
<telerik:RadFilterBooleanFieldEditor FieldName="MyBoolean" />
</FieldEditors>
My requirement is I want to add custom field editors dynamically for RadFilter control using c# without html tag. Please advise.
Thanks,
Jim Chen