4
votes
3answers
132 views

In place editing in search result and searching again

I am looking for existing solutions to a user interface problem. My users have the ability to search in a list of items. The items can be either single or composite items. In the search result the ...
5
votes
1answer
99 views

Adding text to textbox from a list

In our application there is a form to specify command line arguments to run an EXE with. We also want to provide some keywords that the user can use, now we put them in a listview. Currently, it ...
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 ...