Tagged Questions
3
votes
2answers
265 views
Best practice for displaying no of records on datagrid
I am designing a banking application where i have a record count of over 1000 rows. I wanted to understand the ideal design patterns for pagination and displaying rows on a data grid.
I am ...
5
votes
4answers
749 views
Design pattern for merging duplicate contacts?
Have you seen any good examples of applications (web or desktop) that make it easy for a user to identify and merge duplicate contacts or other records? We need our users to manually approve the merge ...
5
votes
1answer
1k views
Examples of Master/Detail UI for “Social-Style” data [closed]
I'm looking for examples of interfaces that allow users to explore complex, interconnected systems on a variety of levels, from high-level patterns to low-level details.
In the mapping world, this ...