I have a .net 3.5 application that is using Iframe. It has 3 panes, top pane, left pane and right pane. The left pane has viewable PDF document and the right pane is some data with the Grid. when the page is loaded every time the left pane, right pane is adjusted to the same height. Recently i started using Telerik controls and I have a grid with nested grid and tabs. I am using AjaxUpdatedControl with all the telerik controls. when the page is viewed for the first time the grid is not expandable and the left pane and right pane heights are the same. Now the problem is when the right Pane ( nested grid) is expanded the left pane height is not adjusted. i tried firing javascript to get the length of the right pane and adjust to the left pane but it doesn't work. I tried to put javascript in item_Created event of the nested grid to increase the height of the left pane but the javascript is not fired when the expanedpanel is clicked. it is only fired for the first time. I really want to get this fixed. Please help me to resolve this issue
Thanks
Vasavi
Thanks
Vasavi