web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

How to disable button based on grid selection?

(0) ShareShare
ReportReport
Posted on by 932

Hi,

I have this form:

3007.security.png

I want when I select multiple rows the buttons disabled.

1.I modify property multiselection to No  => the buttons always enabled.

2. I add this code in the selectionChanged method of securityRole datasource  => the buttons always enabled.

3.Also I try to added it in the active method of securityRole datasource  => the buttons always enabled.

public void selectionChanged()
{
    int recordsCount;
    recordsCount =securityRole_ds.recordsMarked().lastIndex();
    info(strfmt("selection %1",recordsCount));
    if(recordsCount>1)
    {
        BtnNextUserRole.enabled(false);
    }
}

*This post is locked for comments

I have the same question (0)
  • BASMA Profile Picture
    932 on at
    RE: How to disable button based on grid selection?

    thanks, it works :)

  • Verified answer
    nmaenpaa Profile Picture
    101,160 Moderator on at
    RE: How to disable button based on grid selection?

    If you add property MultiSelect: No to your button, it should do the trick. But only if you set the DataSource property of your ButtonGroup to link it to the same data source that you show on the grid.

    Otherwise the button group doesn't know anything about your selected records.

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Community Member Profile Picture

Community Member 4

#2
Guy Terry Profile Picture

Guy Terry 2 Moderator

#2
Nayyar Siddiqi Profile Picture

Nayyar Siddiqi 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans