Do not forget to enclose the <script type="text/javascript"> tag in a <telerik:RadCodeBlock> control in order to prevent exception caused by the presence of server code blocks (<%= %>).
If you are calculating the height in a RadGrid client event handler, then you can use
sender.get_element().offsetHeight
(if we assume that "sender" is the first parameter in the handler definition)
All the best,
Dimo
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items.