I am finding onSelect and onFocus references to apply CSS to a DataView Item but NOT on hover (onMouseOver). Anyone have a solution for this? Thank you.
Please, try to use the “:hover” pseudoclass for applying the css on hover of element:
https://snippet.dhtmlx.com/3z9xcczl
1 Like
Beautiful! Thank you!