I'm trying to manually position my context menu, but need some method of
finding it's rendered size prior to it actually being shown.
Is this possible?
I have a handle to the object with:
var contextMenu = $find("<%= RadContextMenu1.ClientID %>");
is there some property or method to get its height/width?
Is this possible?
I have a handle to the object with:
var contextMenu = $find("<%= RadContextMenu1.ClientID %>");
is there some property or method to get its height/width?