Tagged Questions
2
votes
2answers
178 views
List Selection mechanisms - OK to mix?
I have a window with multiple tabpages. On one tab, I have a set of controls designed to allow the user to "include" or "exclude" any of a set of pre-defined items from some consideration. You've seen ...
2
votes
2answers
130 views
adding/removing/searching thousands of data
I have 2 tables : a contract table and a part table.
every contract has thousands of parts.
The user can select a contract and I display the thousands of related parts to the user using paging.
...