Hi Rikard,
We have checked your query at our end. We suspect that, you have followed the below sample to create the application. For this sample, we are not customizing the active li element styles in application level, so only you are not able to identify which component you are selected.
Our ListView component, we were able to differentiate each state (hover, active, default). So, you can use the e-active class to customize the corresponding styles for selected component.
//menuList is a id of ListView component
#menuList.e-listview .e-list-item.e-active {
background: green;
} |
Please let us know, If the provided information’s are helpful to resolve your problem or not. If not, please share the screenshot of your problem or sample.
Regards,
Ashokkumar B.