Hello,
I have a several datacards on canvas each has heading (rectangle) with collapse/expand button.
Function onSelect of the button is simple set variable expand to true or false, all controls within certain datacard have visibility set to variable used in datacard heading.
After clicking the button, are all controls within that datacard displayed or hidden. In all browsers, is after action datacard height "equal" to the height of the rectangle in the heading, but not in IE, where it still has orginal height, it is just blank as all controls are hidden. Is there anything I need to do in order to make it work in IE as it works in browsers?
1) This is how it should work and works in Chrome, Mozzila, Safari...
2) This is in IE
Any ideas what to do?