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 ...
6
votes
3answers
437 views

How Many Tabs are Too Many?

The mockup below, has a screenshot of a software I stumbled upon last week. It grabbed my attention that it presented information in the following way. It had Many Interface Level tabs, inside those, ...
3
votes
2answers
209 views

Showing a large amont of data on the iPhone

I have a large amount of data being drawn from a database to show on the iPhone screen. There will be around 100 fields for each record (100 records) Some will be links, Small images and some general ...