I have noticed when using Infragistics controls like WebGrid and Listbar. If you move the web splitter over the controls to hide a portion of them then the controls overflow the container. If you place these controls is div tags and set their position to relative and overflow to auto they will not overflow the entire container but will still overflow on to the websplitterbar. And any divs that are scrollable enabled they have very weird functionality. I do have a web splitter nested within a web splitter but I am just have some really weird functionality with the web splitter control.
Thanks viktor,
After using the controls are fitting within the pane but i want the pane contents to shrik instead of verlapping...
That is while moving the Websplitter towards left pane the contents of it should shrink as its expanding while moving towards right pane..
Regards,
Wishnu
It worked with the relative position, why this is not detailed in the documentation of the control?
I have already reported this issue as a bug, and your support team was able to reproduce the problem. Now we are waiting for a hotfix or a workaround.
Hi,
Overlap or failure to scroll happens for control which use relative or absolute position. For example, UltraWebGrid, WebImageViewer and some others use relative position for its elements, so, application may even do not know where problem comes from until it look at generated htmls for those child controls. The WebSlider use only flow position and in order to support child controls with not-static positions, the application should set relative position for SplitterPane. Example:
<ig:splitterpane style='position:relative' ..>
Similar for any other container like ContentPane of WebDialogWindow.
To simplify that, most container controls (content panes of WebDialogWindow, WebSplitter, WARP, UltraWebTab) will have new propertybool EnableRelativeLayoutwhich was designed specifically for similar problems. If that property is enabled, then position:relative will be added automatically to content pane.
I have the same problem, and the most strange thing is that in most of the cases is with Infragistics controls, ANY RESPONSE FROM SOME DEVELOPER OR SUPPORT TEAM OF INFRAGISTICS??? I tested changing style: position to absolute, z-index, and nothing works, it's this a bug? Also I noticed that in firefox works fine, the bug is in IE. You can see the attached picture.