I am new to Infragistics and currently assigned to work on ensuring that an existing internal website works in IE7.The first thing I noticed was the UltraWebGrid in WebPanel was rendered outside of the panel. I followed the instructions on this thread (http://forums.labs.infragistics.com/forums/t/11496.aspx) but that did not work. I finally had to increase the height of the container table in order to get that to work.
Now, when I collapse and expand the WebPanel, the UltraWebGrid is rendered **at the top of the page** and **outside** the webpanel.
Does anybody know how to fix this?
My option at this point is to disable the expand/collaspe functionality of the WebPanel but I was unable to find a way to do that. I can hide the Expand/Collapse indicator but the users can stil double click on the header.
Thank you in advance.
Cool - glad I was able to help. I will make sure this information is more readily available in doc/samples somewhere.
This works!! Thank you so much.
Hello,
Can you try putting the grid inside the Panel in a div with position relative, e..g.
<div style="position:relative">
<igtbl:UltraWebGrid ...
</div>
If this does not help, can you please copy/paste the ASPX declaration you are using, so I can better reproduce the problem locally and hopefully provide a better ideas/solution asap.
Thanks.