Hi Support,
I need to create a treeview structure dynamically
Let me describe my scenario: I have four tables - Country, City, State and Suburb.
City has Country_ID as foreign key.
State has City_ID as foreign key.
Suburb has State_ID as foreign key.
When I pass the Country_ID I need to show all the Cities related under that Country, similarly state related under that city and suburb related under that state in a tree structure.
How can I create the model for this scenario and does Telerikcontrol support this scenario.
Thanks
Saroj
I need to create a treeview structure dynamically
Let me describe my scenario: I have four tables - Country, City, State and Suburb.
City has Country_ID as foreign key.
State has City_ID as foreign key.
Suburb has State_ID as foreign key.
When I pass the Country_ID I need to show all the Cities related under that Country, similarly state related under that city and suburb related under that state in a tree structure.
How can I create the model for this scenario and does Telerikcontrol support this scenario.
Thanks
Saroj