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 / If there is only one i...
Power Pages
Unanswered

If there is only one item in the grid, we prevent deletion of that item

(0) ShareShare
ReportReport
Posted on by

At least one row should be there in GRN Item grid if it is the one line item in that grid we do not allow to delete it if we have more than 1 item allow to delete in power pages
Single Line Item:
If there is only one item in the grid, we prevent deletion of that item. It ensures that there is always at least one row present.
Multiple Items:
When there are multiple items, we allow deletion of any item from the grid.

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

    How can we help you with that requirement @sindhu2 ?

    I would achieve that via JS personally

  • GWham1 Profile Picture
    on at

    I would probably tackle this via JS as well. I have not tested the below code, but something like this should give you a starting point.

    $(document).ready(function () {
     $(".entitylist.entity-grid").on("loaded", function(){
     if ($(this).children(".view-grid").find("tr").length > 1) {
     // perform logic to hide buttons etc
     }
     });
    });

     

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!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Pages

#1
11manish Profile Picture

11manish 48

#2
Valantis Profile Picture

Valantis 46

#3
rezarizvii Profile Picture

rezarizvii 43

Last 30 days Overall leaderboard