I want to do something after the portlet has been completely dragged and dropped. May be x and y positions after drag and drop is over. is there any listener i can write like onEnd ?
The draggable config on the portlet, you should be able to pass in listeners that will use Ext.util.ComponentDragger. It has some events like dragend that may help you.