PDA

View Full Version : Cannot create dropTarget for GridPanel



rmancuso
10 Apr 2009, 1:36 AM
Hi there. I'm new to Ext and have taken on a project that involves creating a TreePanel whose contents can be dragged and dropped into a GridPanel. The tree is all set up properly, and the grid is there as well, however I have been unable to assign the GridPanel as a dropTarget so that notifyDrop fires I can go about adding the data to the GridPanel.

Any suggestions on the right way to go about getting drag and drop to work?