|
|
Rank: Enthusiast
Joined: 8/26/2008 Posts: 27 Location: Mumbai
|
Hi, I want to use 2 dropdown boxes, such that content of second box will depend on first box. For example, List of country and city, Selecting one particular country from first box will update the list of city in second box. Is it possible using existing drop-down control? or i will have write custom control for it.
Thanks
|
|
 Rank: Umbracoholic
Joined: 9/27/2007 Posts: 1,136 Location: Belgium
|
Hi kaduparag, Are you talking entering content in admin backend here? If so, I'm pretty sure it doesn't exist out-of-the-box. But, it shouldn't be too difficult to create your own custom datatype that does the trick. Have a look at the existing code for the different datatypes. Shoot some more questions if you're stuck. Hope that helps. Regards, /Dirk
level 1 & 2 certified - umbraco MVP 2008/2009 - umbraco blog at netaddicts.be - working on an integrated forum4umbraco
|
|
Rank: Enthusiast
Joined: 8/26/2008 Posts: 27 Location: Mumbai
|
Thanks for the quick reply. Ya i am looking for the admin control only. Will make my own control then.Thanks
|
|
Rank: Enthusiast
Joined: 8/26/2008 Posts: 27 Location: Mumbai
|
Hey i have designed a custom data-control. But how to provide admin-backend interface for the same? . I have two drop-down boxes for country and city. I want to add values in it through admin panel. Can you give me any sample code link? Thanks
|
|
|
Guest |