The postion of a particular Radwindow must be on button. without hardcoding 'Left' & 'Top' values.Which event must be called to position the window effectively??
I suppose you want to set the offset of RadWindow relative to the Button without setting top and left properties. If you set the OffsetElementId property to the ID of an HTML element then the window offset is relative to that control.