gwt - SmartGWT : ListGrid Dragging customizing -


i need put html code on dragging event. there html text gets dragged cursor.

by default first column of listgrid goes cursor. want generate separate text it.

so, possible that? or there other option that?

please me in this.

thanks.

whats displayed (by default) during drag event in listgrid defined listgrid.dragtrackermode , listgrid.titlefield.

listgrid default first field obtain description shown during drag, based on titlefield.
if have field in grid can obtain text, use listgrid.settitlefield("other-field-name");

a custom title can defined overriding listgrid.getdragtrackertitle

if multiple records selected, , dragged, drag tracker/title/etc. based on first selected record.

check other listgrid methods allow drag tracker customizations well.


Comments