How to change cursor image in ExtJS 4.1
问题 In ExtJS 4.0.2a I could change the cursor image over a grid using: body.setStyle('cursor','move'); This doesn't seem to work in 4.0.7 or 4.1. I don't get any css error but it does give an unnatural lag at the point where the change should occur. Maybe it gets overridden? UPDATE: I am trying to run this from a grid onitemmousedown event. I found that the GridView gets a class ".x-unselectable" to make grid text unselectable (which I want). However in ExtJS 4.0.7 and 4.1 this ".x-unselectable"