Hello!
How can I remove that ugly black background which appears after dragging starts?
Regards,Philipp
May you add a picture with that behaviour?
Bye,
Carlos Marcão
The style is changed as long as the left mouse-button is down. But I can't find where it is changed, it's not the BLOCKED SCRIPTonmousedown event...
Hello Phillip,
You can use IE Web Dev Toolbar to further debug which style gets applied to each elements and the varoius specifics of the current state of the DOM - it is a superb tool. You can download IE Web Dev Toolbar from here.
I played a bit with the IE Web Dev Toolbar and styles and unfortunately the background is changed through javascript and seem to be hardcoded (e.g. not available in skin and not available in Styles at runtime), so at least I was not able a way to customize that. Maybe you can request this feature from our Request a Feature submission point here:
http://devcenter.infragistics.com/protected/requestfeature.aspx
Sure, I am using FireBug as well, it is just that I suggested IE Web Dev toolbar since drag and drop works in IE only.I was suggesting it just for easier debugging and seeing what style gets applied on elements in real time.
And it is not really that we do not know how it works, I just wanted to let you know that it is hardcoded and unfortunately I was not able to find an easy way to override it, that's all.
In the next release we are planning big improvements on drag and drop (both in treeview and in general as a behaviour) - you can see a preview of what we have here:
http://labs.infragistics.com/aikido/
Hope this helps.
The IE developer toolbar is everything else but a superb tool. Try firefox's firebug. You will be amazed.
I think it's a little bit hilarious if even the producing company doesn't know how the controls work.
Thank you,Philipp