Tagged Questions
1
vote
3answers
251 views
Web usability - datalists and operations on rows of data
Where you have a databound list of items and for each item you may want to provide users the ability to (for example):
Delete
Download
View Detail
or 'mark' in some way
You have a few options:
...