not able to set the height of the webtab based on individual tabs ,, even though if i provide it applies for entire tab . .
Please help me in this ASAP.
Hello aniligatepatni ,
If the pane is loaded initially and you later decide to manually load some content url inside it the whole pane won’t re-rendered. Just for the iframe inside it a src will be set so that it will load what you’ve set for the contentUrl. To resolve this you can get the iframe and wait for it to load its data . Once it loads you can get the content’s height and set that as the minHeight of the webtab.
Please refer to the attached sample and let me know if this would work for your scenario.
Best Regards,
Maya Kirova
Developer Support Engineer
Infragistics, Inc.
http://es.infragistics.com/support
Hi Maya,
Thanks for ur reply.
even though if we set content pane auto size property to true still its not working. Here we are setting set_contenturl in javascript at run time .
Thank you for posting in our forum.
Could you let me know which version of our controls you’re currently using?
Generally if you set the AutoSize property of the content pane to true then it should automatically resize to the content of the content tab item:
<ContentPane AutoSize="true" ></ContentPane>
I’m looking forward to your reply.