Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Get the value Datagrid

Avatar

Level 1
Hi all,

how do we obtain the multiple selected through event on
change?



i know we can get 1 object through



var selectedItem:Object=event.target.selectedItem;



how do we get all the objects that are selected?





Thanks & Regards,

vani
1 Reply

Avatar

Level 1
Use "selectedItems" property. it returns Array of selected
Objects.



Hope it helps.