Hello all,
We have a somewhat complex application built with smartgwt and we're using drag'n'drop features between trees and listgrids. I'm trying to implement a proper logic for showing a drag tracker indicator on components which are not accepting drops. It kind of works between listgrids when we set setCanAcceptDroppedRecords = false on grids we don't want drops on and by overriding willAcceptDrop method to return false.
What we would like to achieve is that the UI would show a not accepting drop indicator everywhere where drop is not possible and accepting indicator only on the few grids we intend the records to be dropped on. Any ideas how we should approach this ?
Thanks!
Marko
We have a somewhat complex application built with smartgwt and we're using drag'n'drop features between trees and listgrids. I'm trying to implement a proper logic for showing a drag tracker indicator on components which are not accepting drops. It kind of works between listgrids when we set setCanAcceptDroppedRecords = false on grids we don't want drops on and by overriding willAcceptDrop method to return false.
What we would like to achieve is that the UI would show a not accepting drop indicator everywhere where drop is not possible and accepting indicator only on the few grids we intend the records to be dropped on. Any ideas how we should approach this ?
Thanks!
Marko
Comment