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

Using Combobox as autocomplete in Gridview Rowfilter

3 Answers 69 Views
GridView
This is a migrated thread and some comments may be shown as answers.
HARSH
Top achievements
Rank 1
HARSH asked on 05 Jul 2010, 06:47 AM
I want to use combobox as Rowfilter in Silverlight Gridview .
Combobox should be filled with all records of grid row,I want to type some text in combo and as text changes it brings records matching with that text..How i can achieve this.
Please provide some sample code.

3 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 05 Jul 2010, 07:43 AM
Hello,

 Have you tried to put the combo in the column header similar to this demo? Do you have any specific problem(s)?

All the best,
Vlad
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
HARSH
Top achievements
Rank 1
answered on 05 Jul 2010, 11:07 AM
I have seen that.I only want to know how i will be filling distinct records of a column in my combo and how on textchange it will fire an event to fetch data.
0
Vlad
Telerik team
answered on 08 Jul 2010, 11:35 AM
Hello,

 You can get distinct value server-side similar to this blog post and bind the combo to the result.

Sincerely yours,
Vlad
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
Tags
GridView
Asked by
HARSH
Top achievements
Rank 1
Answers by
Vlad
Telerik team
HARSH
Top achievements
Rank 1
Share this question
or