Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1026603
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T12:06:31+00:00 2026-05-16T12:06:31+00:00

I have two separate advancedDataGrid instances (let’s call them A and B). What I’d

  • 0

I have two separate advancedDataGrid instances (let’s call them A and B). What I’d like to do: when clicking on grid A I’d like

  1. for grid A to handle the click normally (i.e. default advancedDataGrid behavior)
  2. for grid B to receive a click event a certain location and handle such event using advancedDataGrid default behavior (i.e. without having to write a handler for such click).

Is this possible?

I’ve managed to dispatchEvent a MouseEvent.CLICK to grid B and to handle such event by creating an event listener, but really I’d like for grid B to handle the event on its own (i.e. without having to re-rewrite a handler), and that doesn’t seem to be the case. Is MouseEvent.CLICK even the right event?

any help, pointers, advice would be immensely appreciated.

thank you!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T12:06:32+00:00Added an answer on May 16, 2026 at 12:06 pm

    There is no way to execute code after an event is dispatched without using an event listener.

    I’m unclear exactly what you’re trying to do, but there is no reason why you can’t dispatch an event on an object that is not it’s own. Instead of doing:

    myContainerWithAAndB.dispatchEvent(MouseEvent.CLICK);
    

    You can do this:

    gridB.dispatchEvent(MouseEvent.CLICK);
    

    And if there is a default handler in the gridB class to handle such an event, that handler should fire; just as if gridB’s own code had dispatched the event.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have two separate instances of Vim running. I would like to set up
We have two separate systems communicating via a web service. Call them front-end and
I have two separate queries that both return the same IQueryable, and I'd like
Here's the situation. Let's say we have two separate object types, and we want
I have two instances of artifactory on two separate networks. The two are not
I have two separate SQLite db files and am using FMDB to access them
I currently have two separate instances of JBoss installed on a Linux server -
I have two separate forms on the page and both of them have a
We have two separate web-apps, say 'retailUI' and 'bulkUI'. These two are basically two
I have two separate applications (both part of the same system) that share a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.