Indicator for selected row

I'm trying to build a list in a web app.

My list (a segment) is displayed on my web app form an I can show data and also assign skins for row focus and alternate row.

The focus skin is shown when I click on a row but the selection and the highlighting ends when the click is released. I'm searching for a behaviour that the selected row stays selected and also highlighted.

How can I achieve this?

Remark: I opened a post regarding scripting - this post is not related to script.

Thanks in advance!

Hello, a suggestion, in the click event, make a loop to leave all lines with the default skin, and then assign the focus skin to the selected line.

Hi Rubens,

thank you for your hint. Can you help me one step further? I do not see any property to assign the row array with a skin property. There seems to be only rowSkin and rowFocusSkin in general on segment but not on row level. Can you pls provide the path to the property you have in mind?

Good question! I know that exists, as soon as I can I will look for it and get back to you.