views:

76

answers:

0

When the the mouse is dragged over few datatable cells, I need to draw an overlay spanning the cells over which the mouse was dragged.

How do I do this with YUI?

I tried setting a variable on cellMousedownEvent which I can use when cellMouseUpEvent occurs. But the variables I tried to set on cellMousedownEvent are not getting set.