cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
Newbie
Participant

Multiple item select DG List

Is there anyone know how to make DG List item to be able to multiple select row as show below picture by press 'shift' key then loop thru mark all select icon?.

 


Snap-2023-07-12-22-33-47.png
1 Reply 1
Viktor Kovacs
Graphisoft
Graphisoft

There is a separate list box type that can handle multiple selection. Use MultiSelList in your grc file, and DG::MultiSelListBox in your code. After that you need to use the multiple selection interface of the list box, e.g. use GetSelectedItems instead of GetSelectedItem.

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!