I wasn't right, the grid is enabled.
I have added this to the grid:
addEventListener("itemFocusIn", itemFocusInHandler);itemFocusInHandler does not fire. --- In [email protected], "Sean Clark Hess" <[EMAIL PROTECTED]> wrote: > > You can't click the row with enabled = false. But if you set enabled = > true, and hid the two indicators, you could easily use the itemFocusIn event > to know what you clicked. > > On Wed, Jul 2, 2008 at 2:03 PM, markgoldin_2000 <[EMAIL PROTECTED]> > wrote: > > > My DG is enabled = false and both drawSelectionIndicator and > > drawHighlightIndicator are overridden to completely hide the selection > > indicator. Is there a way of knowing what item/row were clicked? > > > > Thanks > > > > > > >

