GridPopUpstuck in right of the screen if use Editor.
How a insert and edit pop-window. When I try dragging windows to left, expanding. Dragging only work up and down. It is bug?
We had the same issue. All the fixes I've found have been for Ajax editing, but we're using Server, and the client events apparently don't fire.
We worked out a fix--it's a big of a kluge, but it works. The problem is that the GridPopUp element is positioned incorrectly. The div is positioned at "left: 50%, left-margin: -xxx" xxx comes out to a quarter of the size of your editor, but it should be half. We used this script to change it. We're basing this on a 1000px editor, change yours accordingly.