Hi.
I've tried setting a grid to 100% height. But whenever i do that, the scrollbars disappear and the grid is way to big for the frame it's placed inside. Actually it's placed inside a div, which is placed inside a frame.
Do I really have to handle the height size manually, this is very tedious?
Hello SteenPedersen,
Please let me know if you need any further assistance regarding this matter.
You can specify the Height and width of the WebDataGrid in the javascript using the following code.
var grid = $find("WebDataGrid1"); grid.get_element().style.height = "500px"; grid.get_element().style.width= "500px";
Please let me know if you have any further questions regarding this matter.
It would be nice to know how to do the sizing in javascript. All my attempts have been without succes. For know, the solution requires a postback, something which isn't very pleasing to look at.
I really think that the grid should have a"dock to parent" parameter or simular, which accomplished this behaviour. From the posts within this forum i can tell that I'm not the only one with this problem.
Hi SteenPedersen,
Please let me know if you need any additional assistance regarding this matter.
I will refer you to this forum thread which discusses what you are inquiring about: http://community.infragistics.com/forums/p/25371/93367.aspx
Let me know if you have any additional questions regarding this matter.