4 Replies Latest reply on Jul 16, 2009 3:42 AM by ilya_shaikovsky

    DropEvent  doest get updated values

      Hi,

      I'm trying to implement dragANDdrop. Here i have 2 datatables(A & B) where B is a subset of A, i.e when i click a row in Table A its values gets displayed in table B.Now, i have drag elements in Table B's columns and dropzone in Table A's columns.

      The issue i'm facing is the DragValue in the DropListner always reflects Table A's first subset i.e Table B's first dataList. now when the data in table B's get refreshed the DragValue in the DropListner shows the first datalist values not the refreshed one. but the drop indicator shows the new refreshed value.

      any help would be appreciated :)