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

Looking for a control

2 Answers 25 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Calin Calin
Top achievements
Rank 1
Calin Calin asked on 05 Mar 2010, 12:53 PM
Hi,

Congratulations on the great control your have for silverlight.

Now, what I want to achieve is the following:
- display a list of items in a combobox like style, but with multiple columns (I know about the dropdownbutton approach)
- be able to filter them, the filter should work by multiple columns

Were do you think is the best point to start ?

Thank you,
Calin

2 Answers, 1 is accepted

Sort by
0
Valeri Hristov
Telerik team
answered on 05 Mar 2010, 02:11 PM
Hello Calin,

Since RadComboBox cannot manipulate the GridView items, it is not the best option for your scenario. The following example demonstrates how to create a custom filter for RadGridView:
http://demos.telerik.com/Silverlight/#GridView/Search

It is a good start, you only need to find a way to put the GridView into a Popup. The DropDownButton looks like a good candidate, but it does not have a TextBox to type, so you might need to edit its template to add a TextBox and then connect that TextBox to the GridView in the DropDownContent.

Sincerely yours,
Valeri Hristov
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Calin Calin
Top achievements
Rank 1
answered on 05 Mar 2010, 02:18 PM
Hi Valeri,

Thank you for your quick answer, this looks like a good point to start, will see how stuff evolves from here.

Regards,
Calin
Tags
General Discussions
Asked by
Calin Calin
Top achievements
Rank 1
Answers by
Valeri Hristov
Telerik team
Calin Calin
Top achievements
Rank 1
Share this question
or