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

How to filter one ComboBox column based on another ComboBox column?

1 Answer 146 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Michael Hassinger
Top achievements
Rank 1
Michael Hassinger asked on 17 Sep 2010, 12:03 AM
The grid I'm working with is used for time reporting.

I have two ComboBox columns.  Column A is the project, column B is the project step.  So until they select a project in column A's drop down, there should be no values in column B's drop down.  Once they selet a project in column A's drop down, the drop down in column B should be populated with the steps related to that project.

What's the best way to achieve this?  For column B I can bind to a DomainDataSource (I'm using RIA services) and apply a filter to it and call a load, but how do I capture the event of a selection in column A, and get to the selected value?

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 17 Sep 2010, 06:36 AM
Hi,

 Please check this blog post for more info.

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
Michael Hassinger
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or