How do I specify which column's header is dispatching an event? On Mon, Feb 13, 2017 at 4:10 PM Clint M <[email protected]> wrote:
> header.dispatchEvent(new MouseEvent(MouseEvent.CLICK)); > > On Mon, Feb 13, 2017 at 2:04 PM, mark goldin <[email protected]> > wrote: > > > Is there a way of doing it programmatically? When grid comes up I want to > > simulate a mouse click on a column that is not a first column. > > > > Thanks > > >
