If you don't want to spend money, try Netbeans 6.5. The two main advantages over Eclipse are the categorized project view (split up in Domain Classes, Controllers, Views etc.) and some Grails commands built-in in the context menu (such as "generate-all"). In my experience, the code completion in GSP is hit-and-miss - it sometimes works, it sometimes doesn't. On the downside, Netbeans is dog-slow at times (mark two lines, indent them with [Tab] and wait two seconds for the lines to shift) and has the really annoying feature to scan all your projects at start-up.
If you go for Netbeans, download the Java version and then add Groovy & Grails. You can remove a lot of the default plugins for increased speed.