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

how to relate binded comboboxes in grid

1 Answer 58 Views
GridView
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 16 Apr 2013, 12:46 PM
Hi,
I have 3 tables named
1-country(countryid,name)
2-state(stateid,countryid,name)
3-city(cityid,countryid,stateid,name)

and the table named address which have(countryid,stateid,cityid,street) 
All 3 above tables are binded to grid as a combobox column.and address table binded as datasource to the grid everything is fine BUT
how can I relate first 3 combobox together when user select its country from first combo then state combo populate its related states automatically?

1 Answer, 1 is accepted

Sort by
0
Paul
Telerik team
answered on 19 Apr 2013, 10:12 AM
Hi Fran,

We have a KB (knowledge base) article regarding the case you are asking about. Feel free to go and check out the information from this link:
http://www.telerik.com/support/kb/winforms/gridview/cascading-comboboxes-in-radgridview.aspx

I hope this helps.

All the best,
Nikolay Aleksiev
the Telerik team
WinForms Q1 2013 boasts PivotGrid, PDF Viewer, Chart enhancements and more. Check out all of the latest highlights.
Tags
GridView
Asked by
David
Top achievements
Rank 1
Answers by
Paul
Telerik team
Share this question
or