Hey everybody,
I'm using the Choice control/Hide rule navigation trick to create a multi-page form.
My problem is that the 4th page (which is initially hidden) contains a repeating section that, when finally shown, is rendered like this:
I'm looking for a way to force a re-rendering of the control from JavaScript.... I tried different jQuery approaches online, but none seemed to work!
Here's what the control is supposed to look like (a redraw is done automatically when I click the 'X' button on the right):
I guess I could force a css border around the control, but I would first like to hear what you guys think.