MessageList Click Listener

Hi,

can I have a click listener on a MessageList?

I would like to have a callback when clicking a MessageListItem. It would be perfect to get the MessageListItem just like I get an element when clicking in a grid.

Is that possible?

There’s no existing API for that. You’d need to do it with JavaScript somehow. Note that the MessageListItem is just a data object - it’s not connected to any UI element.

Thank you for the answer. Instead, I used a normal Grid and a component column that I have styled manually to look like a MessageListItem.

1 Like