Tagged Questions
2
votes
1answer
50 views
Importing and Updating Old Records within a Grid
I am in the process of designing a feature that allows a teacher to select students from the previous year who they used our product with, and be able to update the records of those students to the ...
2
votes
2answers
332 views
How do I display large amount of table data on iPad?
On our windows product we display large searchable grids, with a large number of columns that can be reordered, sorted, and filtered. This is a fairly common method on Windows (explorer for instance) ...
2
votes
2answers
307 views
What is the best practice for displaying mixed data in a single data grid?
We have a complex database application and would like to display mixed data in a data grid. By mixed data, I mean objects that roll-up to a single category (vehicles) but have unique properties (truck ...
4
votes
2answers
447 views
User interface for a “mapping” table
I have the following problem. I need to provide an interface for users inserting/editing "mappings" in a database.
A mapping is a record as such:
[Field A, Field B, Field C] --maps to--> [Field X, ...