Tagged Questions
3
votes
1answer
46 views
Best way of editing rows and row details of a UITableView in iOS
I have a table view which may have several items (rows), which in turn have more information that I want to be displayed in another view by tapping the row (common scenario). The point is, I'd like to ...
6
votes
2answers
113 views
Numeric data input in a web based scientific software
(Note: I'm more a backend developer, so please forgive my lack of UX terminologies. Don't hesitate to edit the text or the tags)
We are working on an online scientific software with specific ...
1
vote
4answers
207 views
Column headers in a table functioning as input boxes for filtering
Is it a good idea to use column headers as input boxes for filtering the results in a table?
1
vote
1answer
194 views
What is the most intuitive way to force users to enter certain cells first in the new row of a data grid?
It was suggested that I post to this site the first half of a question I posted on StackOverflow.
Paraphrased…
I have a data grid (in my situation, Microsoft's .NET platform using WPF) wherein I ...
2
votes
2answers
213 views
How Best to Add Lots of Tabular Items To a Form Before Submissions
I need to create a form for which salesmen (or women) register what products they sold and on what day they sold them. They can enter multiple products per claim form.
The idea for how they add items ...