All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Is there a way to open a dialog/window next to the button that opened it?
Hi Ilan,
Use a modal Window instead of a Dialog. Set the Window position parameters to values from the MouseEventArgs of the Button's OnClick handler.
Note that MouseEventArgs provides numeric position values, while the Window expects string values with "px".
Regards, DimoProgress Telerik