ラベル pane の投稿を表示しています。 すべての投稿を表示
ラベル pane の投稿を表示しています。 すべての投稿を表示

2012年3月28日水曜日

Resize Accordion Pane

I have a few textboxes and requiredfieldvalidator s with a validationsummary inside an Accordion pane. When I click the submit button and the validationsummary shows its messages (at the top of the pane) it pushes the other controls down and some end up outside the pane. This is a Pain and was wondering if there is a way to make the accordion pane resize. Anybody have some Javascript or something that will help with this?

Awsome Thanks!

Sorry, posted before I read enough of the forum. SeemsThis isissue 1560 and their hoping to get it fixed by the next release. I did a slight workaround anyway: The other accordion pane I had was taller so I just added enough breaklines inside the offending pane which allowed for enough space for my validation summary to appear and just clip the breaklines out of the pane.

Although any ideas for a better solution would be greatly appreciated

Awsome Thanks!!

2012年3月21日水曜日

RoundedCornersExtender delayed on page load

I just added this and the the rounded part of the pane shows after the rest of the page is rendered. With the rounded pane at the top of my page it makes everything shift down once they are drawn. After a little research I found a comment about the extender forcing the whole page to be re-drawn. Is there a simple way to use this simple control or should I just chuck it and go in a different direction.

Thanks,

Bryan

Hi,

I think it is normal, the JS of RoundedCornersBehavior drawn series of divs the create the RoundedCorners. These divs are bigger than the panel's div, so everything shift down once they are drawn.

Best Regards,