Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

Double Click on grid

(0) ShareShare
ReportReport
Posted on by 460

Hi,

I am searching for a way to make AX jump from an overview grid to a detail tabpage with a doubleclick. I would overide the doubleclickMethod on the form, but I have no idea how.

Thanks.

*This post is locked for comments

  • Verified answer
    Community Member Profile Picture
    on at
    RE: Double Click on grid

    If you want the default behaviour from a list page, do as Petr says.

    If you're talking about changing tabpages in the same form, override the mouseDblClick method on the grid control as following:

    public int mouseDblClick(int _x, int _y, int _button, boolean _Ctrl, boolean _Shift)

    {

       int ret;

       ret = super(_x, _y, _button, _Ctrl, _Shift);

       MyTabPage.activatePage();

       return ret;

    }

    Note that your tabpage must have the AutoDeclaration property set to Yes.

  • Suggested answer
    Petr Janík Profile Picture
    975 on at
    RE: Double Click on grid

    Hi Koeppe,

    You should use property DefaultAction on an overview grid. See this How to: Specify the Default Action for the List Page Grid 

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Adis Hodzic – Community Spotlight

We are honored to recognize Adis Hodzic as our May 2025 Community…

Kudos to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Microsoft Dynamics AX (Archived)

#1
Mohamed Amine Mahmoudi Profile Picture

Mohamed Amine Mahmoudi 100 Super User 2025 Season 1

#2
Community Member Profile Picture

Community Member 48

#3
shanawaz davood basha Profile Picture

shanawaz davood basha 6

Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans