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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Pages / Checkbox is not showin...
Power Pages
Unanswered

Checkbox is not showing on lookup while adding record to Grid

(0) ShareShare
ReportReport
Posted on by 8

In the Power Apps portal, I am able to select the multiple records in Portal via lookup and able to add them to a grid (standard functionality). The issue is that on the selection of the records in lookup control, it's showing me all selected record at the bottom of the Lookup but not showing them as check at record level in the lookup grid. Kindly see below. Need help. Is it a Microsoft issue or some metadata setting we need to add for this?

 

Lookup.png

Categories:
I have the same question (0)
  • oliver.rodrigues Profile Picture
    9,425 Most Valuable Professional on at

    Looks like a tricky one, I would think it's by design. That's the same behavior as the Model-Driven App, so for that reason my initial guess is that's not a bug.

    You can possibly inject JS to the modal and read the selected records (from 2nd box) and force the selection in the grid - seems a bit of work for little value added, but if you really needed it should be achievable via JS

     

    @justinburch any other insight to add here? 

  • maksii1 Profile Picture
    Microsoft Employee on at

    We are seeing the same problem at our client portal from this week also. So looks like a product issue or as designed behavior

  • maksii1 Profile Picture
    Microsoft Employee on at

    Issue reported to the product team. Should be resolved with one of the upcoming updates for Portal.

  • ryanspain Profile Picture
    102 on at

    This used to work up until a couple of weeks ago. @maksii1, any ETA on a solution?

     

    It seems the problem is, the Font Awesome icon isn't being applied when an item row is selected.

     

    For example, here is the HTML DOM with this not working (no checked icon showing):

    <tr class="selected info">
     <td ...>
     <span class="fa fa-fw" ... />
     </td>
     ...
    </tr>

    And here is the HTML DOM with the Font Awesome 'check' icon being added manually through my browser dev tools. Note the `fa-check` class added to the `span` element.

    <tr class="selected info">
     <td ...>
     <span class="fa fa-fw fa-check" ... />
     </td>
     ...
    </tr>

    The end result (using the above DOM):

    ryanspain_0-1626704472756.png

     

     

  • maksii1 Profile Picture
    Microsoft Employee on at

    Yeah, @ryanspain you are rights with the root cause of the issue.
    As for now, no clear ETA is provided from the product team for that issue.

    Since my client had fears that this UI would introduce ambiguity for users and possible errors, we temporarily decided to hide the style of the border for multiselect lookups.


    just an example

    div[data-select-mode="Multiple"] span.fa.fa-fw {
     border: 0;
    }

     

  • ryanspain Profile Picture
    102 on at

    Thanks for posting temporary example fix @maksii1.

    This is rules out any ambiguity around row selection.

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Pages

#1
Lucas001 Profile Picture

Lucas001 17 Super User 2026 Season 1

#2
Haque Profile Picture

Haque 12

#2
CN-06091549-0 Profile Picture

CN-06091549-0 12

Last 30 days Overall leaderboard