Last Updated:
04 Sep 2019 11:30
by ADMIN
We are using the kendo grid for angular and are programatically showing/hiding grid columns using the "hidden" property of the column. We would like to animate the grid columns when they show/hide so that the effect is not so jarring for the user. Our columns are defined in angular templates. Is there a way to animate this display? So far I have been unsuccessful with my attempts to use angular animations, and I don't believe regular css animations will work on elements that are added to or removed from the dom.