Page 1 of 1

Design question

Posted: Fri Aug 19, 2011 11:23 am
by kevin11
If you are listing a few hundred entries, in a scrolling field or datagrid say, is it better for the user's experience that I list entries alphabetically across columns, or down coloumns ?

That is :

A B C D
E F G H
I J K L

or

A D G J
B E H K
C F I L

Does anybody care ?
If so, and people don't agree with each other, that would make it grounds for a user determined preference to be available perhaps ?

Thoughts ?

Thanks.

Re: Design question

Posted: Fri Aug 19, 2011 11:37 am
by Klaus
Hi Kevin,

this heavily depends on the data, a list of NAMES e.g. should per default be sorted down columns of course!
And yes, a preference for this would be a nice addition :D


Best

Klaus

Re: Design question

Posted: Fri Aug 19, 2011 12:32 pm
by kevin11
Sorting downwards was my first choice. But I believe there may be an issue with screen readers, which will read from left to right ?

and yes, make it all a preference, I have found as a good rule of thumb if I am not sure what will be best for the user, make it a preference !

It also has just occurred to me that if there are hundreds of names, another solution is to have an alphabetic strip across the top so you can at least filter by letter, with unpopulated letters greyed out.

Thanks for the reply.

Re: Design question

Posted: Fri Aug 19, 2011 1:09 pm
by Klaus
Hi Kevin,

yes, or supply a "serach field" on top of the list which filters the list when entering character(s).


Best

Klaus