In where? In contextmenu handler? How would I do that?
--- In [email protected], "Sean Clark Hess" <[EMAIL PROTECTED]>
wrote:
>
> Can you bind to selectedItem?
>
>
> On Wed, Jul 2, 2008 at 2:54 PM, markgoldin_2000
<[EMAIL PROTECTED]>
> wrote:
>
> > 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] <flexcoders%
40yahoogroups.com>, "Sean
> > Clark Hess" <seanhess@>
> > 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
> > <markgoldin_2000@>
> > > 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
> > > >
> > > >
> > > >
> > >
> >
> >
> >
>