Hi
I'm using Infragistics Ultraweb Grid 8.2.20082.2011 version, when i populate data in grid the data panel get over flow in IE 6 and 7 , but not in firefox, i have tried to put div sorund the gid with style="Position:relative" but it doen't solve the gird overflow , and this hapens inside infragistic web tab control, what is the problem should be and any solution?
Hello,
You can input UltraWebGrid in div and set style position: relative; and overflow: scroll;
Please take a look at the code below:<div style="position: relative; overflow: scroll; height: 100px; width: 100px"><igtbl:UltraWebGrid ID="UltraWebGrid1" runat="server" Height="200px" Width="325px" DataSourceID="SqlDataSource1"></igtbl:UltraWebGrid></div>
Hope this helps.
Yes i have tried this one this is a temp solution but it makes UI look ugly and not consistance, this effect only occur when populating data to grid in spcified with and hight the scroll will hide and data panel with overflow - this happenes in IE only , so i need workgound solution that make panel stay inside grid. not like solution given