Not applicable
05-01-2012
22:21 PST
- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi Krish,
On Country dorp down exit event try the following.
if(this.rawValue == "India"){
City.clearItems();
City.addItem(" ","0");
City.addItem("Mumbai","1");
City.addItem("Delhi","2");
}else if (this.rawValue == "China"){
City.clearItems();
City.addItem(" ","0");
City.addItem("Beijing","1");
City.addItem("Shanghai","2");
}
Regards
Shan