Processing of single selected rows in contextmenu

Tags: #<Tag:0x00007f8b28c0f430>

In a contextmenu driven dialog I want to select single rows for processing.
With Ctrl+Mouse I ahve selected separated rows and now I need the rows numbers or ids for opening an edit layer. I’m aspecting a collection of selections, but I see only one selection. (this.getSelectedLast())
Any ideas?

Text is “Editing marked reference rows.” And I want to catch 4,6,8
selection

Hi @Knoeterich

If you use getSelected method instead of getSelectedLast you will get a whole collection of selected cells, as you can see in this example:

https://jsfiddle.net/aszymanski/n2fg6vL7/