Hey, I have a grid where I have some click and drag features on, but
the problem is whenever I drag, the grid will select multiple rows of
cells in the grid. How can I keep this from happening, besides using
the css select option:

".notclickable { cursor: default; user-select: none; -moz-user-select:
none; -webkit-user-select: none; } "

That only works in a few browsers, and I need something to work on all
major browsers. Someone recommended the Event.sinkEvents but I have no
idea how to apply this to a grid or other objects. Any help in any
direction would be appreciated!

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to