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
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
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