Hello
I have a Grid with SubGrid. When there are many rows always comes a vertical AND horizontal scrollbar. I don’t need the horizontal one because i can see all the text. With the horizontal one looks really ugly. I found the following code:
Grid[2].objBox.style.overflow = "hidden";
But this eleminates vertical and horizontal. I would like to keep the vertical one.
Thank you