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

RadFilter and RadListBox

1 Answer 78 Views
Filter
This is a migrated thread and some comments may be shown as answers.
Mammu
Top achievements
Rank 1
Mammu asked on 27 Mar 2011, 05:32 AM
Hi,

I have a RadListBox where i am binding the datasource like RadListBox.DataSource = GetItems() and call databind on Page_Load. i also had the radfilter by setting the FilterContinerID to the RadListBox's ID. But, when I browse the page and click on add expression icon it makes a request but filter doesnt appear on the screen. so, I had a FieldEditor like below:

<FieldEditors>
    <telerik:RadFilterTextFieldEditor DataType="System.String" DisplayName="Text" FieldName="ShipName" />
</FieldEditors>

Now the filter shows up. But when i type something and click apply it dont see any change in the RadListBox. Please let me know if I am missing something.

Thanks in advance!!!

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 31 Mar 2011, 04:34 PM
Hello Mammu,

You have to use .NET 3.5 datasource if you want to use RadFilter with RadListBox. The DataSourceControlID
property should point to the datasource control in this case.

Best regards,
Daniel
the Telerik team
Tags
Filter
Asked by
Mammu
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or