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

Filtering drop down menus based on other drop down menus

3 Answers 89 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Nathan
Top achievements
Rank 1
Nathan asked on 06 May 2008, 09:27 AM
Hello,

My problem is that i need to refresh my data soure for one drop down column based on the selected value from another drop down column. The datasource for both of these columns uses store procedures to fill the drop down list.  How do i pass the value from the selected value from one column and use that as a parametre for the next column.

thanks for any help

3 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 06 May 2008, 09:51 AM
Hi Nathan,

Go through the following article.
Customize/Configure GridDropDownColumn


Princy.
0
Nathan
Top achievements
Rank 1
answered on 06 May 2008, 10:08 AM
Hello,

Thanks for your help but this does not explain how I would use a selected value as a select parameter in my datasource

cheers
0
Nikita Gourme
Top achievements
Rank 1
answered on 06 May 2008, 10:19 AM
Nathan, I suppose that this demo will give you some pointers about how to make the dropdown editors dependent one from another:

http://www.telerik.com/DEMOS/ASPNET/Prometheus/Grid/Examples/Programming/AccessingCellsAndRows/DefaultCS.aspx

I found the example lately and it helped me in my implementation.

Nikita
Tags
Grid
Asked by
Nathan
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Nathan
Top achievements
Rank 1
Nikita Gourme
Top achievements
Rank 1
Share this question
or