user should be able to sort order in listview

2
Hi everybody, For my project I am dealing with the following. The question is to have one overview in which: 1) the list can be sorted by the user, 2) icons can be shown in that list, and 3) for some fields adjustments can be made by the user. For the first requirement I would normally use a datagrid. Then for the third requierement a pop-up, although it would be nicer to adjust directly in the list. However there is also requirement 2. Is there a possibility to show an (glyph)icon/image in a datagrid? Or is there any possibility to use a listview for example?
asked
1 answers
1

A popup to edit the information does not seem to be a big problem. I would suggest to use a datagrid in which you can sort the columns and show the enumeration as an image.

answered