This is a migrated thread and some comments may be shown as answers.

Two FieldEditors with the same FieldName

2 Answers 37 Views
Filter
This is a migrated thread and some comments may be shown as answers.
<><
Top achievements
Rank 1
<>< asked on 09 Jun 2011, 05:00 AM
Hi,

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

2 Answers, 1 is accepted

Sort by
0
&lt;&gt;&lt;
Top achievements
Rank 1
answered on 11 Jun 2011, 02:46 PM
Hi,

Any input on this?

Thanks
0
Mira
Telerik team
answered on 13 Jun 2011, 10:24 AM
Hello Karim,

It is not supported to add two FieldEditors with the same FieldName. The cause of this is that the unique
FieldName which matches the data field of the entry is used for building the filter expression.

I hope this helps.

All the best,
Mira
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Filter
Asked by
&lt;&gt;&lt;
Top achievements
Rank 1
Answers by
&lt;&gt;&lt;
Top achievements
Rank 1
Mira
Telerik team
Share this question
or