3
votes
2answers
83 views

Grid - Inline Editing and Sorting - How to handle the features together

The Dilemma: You have a grid/table with sorting (and/or multi-sort) and inline editing. The user modifies a value that should modify the sort order. What do you do? An Example: Lets take ...
1
vote
1answer
181 views

Display change history of grid

Assumption: if there is a grid with 20 columns (I mean a lot of columns), and users can add/edit/remove rows and columns in bulk. Now we want to display the detailed changes of this grid (which means ...
-1
votes
1answer
285 views

fast data entry UI patterns

I am working on a web app that helps people manage their finances. the app requires users to manually enter key financial transactions on a weekly basis, and there is a strong requirement to make the ...