Hi,
I am using ListBox exactly as described in the documentation site. Functionally it works good: dataSource loaded, the Fields property taking effect, I can interact with it.
I add (select) event to the ejs-listbox to be able to adjust data on other user inputs/ controls. The event is not firing.
I am also defining the following css to make the selected item look more visible to human eyes of all strengths. I can see the list items change the selected status when I inspect the html elements, but the styles take no effect.
.e-list-item .e-selected {
background-color: red;
color: white;
}
I am using syncfusion @17.3.26. Please help point me to the right direction... what am I missing here?
Thanks and best regards,
Sathya