Hi,
I have 2 FilterEditors with the same FieldName, but when selecting the 2nd item, it displays the first.
Can this be done?
Take Care
I have 2 FilterEditors with the same FieldName, but when selecting the 2nd item, it displays the first.
<FieldEditors> <custom:CustomDropdown DisplayName="Priority" FieldName="post_priority" DataTextField="Display" DataValueField="Value" /> <custom:CustomDate DisplayName="Date" FieldName="post_time" DataType="System.DateTime" /> <telerik:RadFilterDateFieldEditor DisplayName="Post Date" FieldName="post_time" DataType="System.DateTime" /></FieldEditors>Can this be done?
Take Care