Jump to content

Canaglia

Members
  • Posts

    3
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

Canaglia's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. Hello again, i try this code in Form1.onCreate() UniSession.AddJS('var DDRow = new Ext.grid.plugin.DragDrop();' + 'DDRow.init(' + UniDBGrid1.JSName + ');' + UniDBGrid1.JSName + '.plugins.push(DDRow);' + UniDBGrid1.JSName + '.getView().refresh();'); This code implements the dynamically adding plugins to grid, and work, but.... ExtJs tell me error in getDragData function when row selected. The error is "a.getItemSelector is not a function" Some one can help me....
×
×
  • Create New...