Iosu Buenetxea
Top achievements
Rank 1
Iosu Buenetxea
asked on 23 Apr 2010, 10:35 PM
HI
will be nice to have an example or a GridView with a GridComboBoxView (binded to another table) and Filtered by a value of the row,
This is a very comon on a Business application..
Example, Persons GridView with a column (ComboBox) with "Zip codes" filtered by the Person.Country of the row :-)
Telerik, what do you think??
will be nice to have an example or a GridView with a GridComboBoxView (binded to another table) and Filtered by a value of the row,
This is a very comon on a Business application..
Example, Persons GridView with a column (ComboBox) with "Zip codes" filtered by the Person.Country of the row :-)
Telerik, what do you think??
4 Answers, 1 is accepted
0
Hi,
You can make you own custom filter control to handle your scenario. For more info please check these links:
http://blogs.telerik.com/rossenhristov/posts/09-11-20/custom_filtering_with_radgridview_for_silverlight.aspx
http://demos.telerik.com/silverlight/#GridView/CustomFilterControls
Best wishes,
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.
You can make you own custom filter control to handle your scenario. For more info please check these links:
http://blogs.telerik.com/rossenhristov/posts/09-11-20/custom_filtering_with_radgridview_for_silverlight.aspx
http://demos.telerik.com/silverlight/#GridView/CustomFilterControls
Best wishes,
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
Iosu Buenetxea
Top achievements
Rank 1
answered on 26 Apr 2010, 03:01 PM
HI
I have check the examples but they are not exactly what I'm looking. I don't want a custom filter that the user can modify..
My request is more simple folowing this example.. http://www.telerik.com/community/forums/silverlight/gridview/gridviewcomboboxcolumn-ria-databinding-silverlight-4.aspx#1175529
But what about if the combobox has to be binded with customerID and Filtered with customer.country = Order.shipcountry row??
I'm trying to do that, but I don't see where to put the customer.country = Order.shipcountry
I'm a litle bit lost...
Thanks for your help
I have check the examples but they are not exactly what I'm looking. I don't want a custom filter that the user can modify..
My request is more simple folowing this example.. http://www.telerik.com/community/forums/silverlight/gridview/gridviewcomboboxcolumn-ria-databinding-silverlight-4.aspx#1175529
But what about if the combobox has to be binded with customerID and Filtered with customer.country = Order.shipcountry row??
I'm trying to do that, but I don't see where to put the customer.country = Order.shipcountry
I'm a litle bit lost...
Thanks for your help
0
Hi,
The idea of custom filter controls is the integrate your own code related to your own scenario - users will unable to change the code for the filter control.
Greetings,
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.
The idea of custom filter controls is the integrate your own code related to your own scenario - users will unable to change the code for the filter control.
Greetings,
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
Iosu Buenetxea
Top achievements
Rank 1
answered on 27 Apr 2010, 02:57 PM
HI
Unfortunately I'm lost ..
I have reopen my support ticket 300440, to see if you can elaborate a example...
Thanks for your help
Unfortunately I'm lost ..
I have reopen my support ticket 300440, to see if you can elaborate a example...
Thanks for your help