Hi,
I have a grid defined in the middle pane of the splitter. When grid was created I want to set the height of the grid to the height of the middle pane(rad pane). For this i used the Client Event:"OnGridCreated". But i am having a problem while reading the pane height.
This code throws an script error. Please provide me some pointers to read the rad pane height in the script function.
After getting the height of pane how can i assign it to the grid?
Any inputs on this will be very much beneficial for me.
Thanks in Advance,
Nataraj
I have a grid defined in the middle pane of the splitter. When grid was created I want to set the height of the grid to the height of the middle pane(rad pane). For this i used the Client Event:"OnGridCreated". But i am having a problem while reading the pane height.
function GridCreated(sender, args) |
{ |
var pane = document.getElementsByName("TecaGridPane"); |
var x = pane.get_height(); |
} |
This code throws an script error. Please provide me some pointers to read the rad pane height in the script function.
After getting the height of pane how can i assign it to the grid?
Any inputs on this will be very much beneficial for me.
Thanks in Advance,
Nataraj