javascript - SmartGWT listgrid cell over shading behaving erratically -
i have listgrid in smartgwt , set base style set_basestyle enables appendign dark, on , selected suffixes
i have overrired getcellstyle function each record , grab style generated gwt calling super method , append own suffixes class (since gwt not allow adding class element).
i dark suffix correctly, there seems problem on suffix. not suffix when hover on records, magically starts appearing after click anywhere in browser or other action on grid such scrolling.
does know why happens , can trigger on suffix appended correctly.
Comments
Post a Comment