Hi,
I'm newbie in Ext.Net component!
I'm trying to move a button on the display of the design mode in Visual Studio 2010: I can move freely a standard button on the screen but I can't move a "Ext.Net button" (I can only move it through the code:
<ext:Button ID="ButtonExt" runat="server"
style="position: absolute; z-index: 1; left: 100px; top: 105px; height: 28px; width: 122px"
Text="Press!" ondirectclick="ButtonExt_DirectClick" />)

Is not possible to move any Ext.Net element through the design mode?
Thank's!

Stefano