Tagged Questions
3
votes
3answers
1k views
UI design pattern for multi level grid
currently I have a requirement to display related items in a multi level grid.
that is great grandparent -> grandparent-> parent-> child
For example:
Country-> state->City->Street is the order of ...
2
votes
3answers
372 views
What's the name of this UI pattern?
Sometimes when some feature requires many different settings, they are written in a cloze-like text, where the gaps (=variables) are displayed as comboboxes or hyperlinks which open some kind of ...