After placing an UltraWebGrid into the splitter pane it doesn't seem to understand that it is in the Pane. The Grid just sits above the pane effectively positioned "above" the splitter and does not react to scrolling...
Anyone else had this problem? I'm using 2009 Volume 1...
Thanks heaps!
Cheers Andez!
Hi,
Think I managed to solve it. I've attached my sample. You can set the following properties in the Designer or the code behind:
Splitter.Panel(0).EnableRelativeLayout to True
Splitter.Panel(1).EnableRelativeLayout to True
I've also set the Size of the Panel(0) to 200px but not too sure if that makes a difference.
Andez
Yes,
I've got the same problem also I think.
If I have a Vertical Splitter, and the grid sits in the top panel, it is ok top/left position wise, but the width of the grid makes it extend outside of the panel.
Did you fix it? Anyone from IG got a solution?