Hi,
I am developing a web application in which I am using more than one grid in the content page's iFrame (GridGroupingControl). Among them, one grid has numerous columns, thus requiring scrollbar. For that I need to set 'Width';
The issue is, the Width is not accepting Percentaile. Only pixel.
But as the application can be opened in any system, the grid size would vary depending on the screen resolution. So, i can't set the Width in pixel in the design side. I can do so only in the page load after getting window size from client side jScript.
It is not possible in the Page Load as you know, because of the flow: Page Load first and then, client side script. I hope you get the gist.
Any solution for this? It is little urgent, so hoping to get a response soon. Thankyou.