vote up 0 vote down star

I have a scenario where I have three combos. All three are populated with the same data, but use different fields from the data for their display text. The Extension, Name, and Room combos are all populated from the Extension table. If the user selects an extension, the Room and Name combo selections must update to the values for the selected extension. The same if they select a Name, then extension and room get updated.

Often, many extensions are found in one room, or under one name, etc. So now, if the user selects a 'busy' room, what I figure I'll do is filter the extension combo to only those for that room, and give a visual indication of this, maybe a visible link between the combos. If the user decides they wish to ignore the room, and search all extensions, they click a 'clear' entry in extensions, and it loads all the extensions.

Is this a feasible way of doing this? Are there any established patterns for scenarios like this?

flag

71% accept rate
What web development environment and language are you using? – Robert Harvey May 30 at 16:16
@Robert, ideally I would like find an implementation agnostic solution to this, but my current config is ASP.NET, with Telerik RadComboBox controls, with code in C#. This may be replaced with a totally client side alternative using the extJS JavaScript library, using an AJAX call for the lookups. – ProfK May 30 at 17:12

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.