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

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Customer experience | Sales, Customer Insights,...
Suggested Answer

Next Page arrow not working

(0) ShareShare
ReportReport
Posted on by 8

Hi, 

I need help in resolving this issue, I have a subgrid where i am using javascript( copied from internet, as i don't know much) to refresh the data on the parent record and it works really well, however, i believe this is messing up the next page functionality as when i have more records that goes on 2 or 3rd page the next page arrow button doesn't do anything and stays on 1st page only.

Every other sub grid is working properly.  

pastedimage1643709492016v1.png

below is the script:

function Form_onLoad() {
setTimeout("SubGridRefresh();", 2500);
}

function SubGridRefresh() {
var grid = Xrm.Page.getControl("Characteristics");
if (grid) {
grid.addOnLoad(ReloadForm);
}
}

function ReloadForm() {
Xrm.Page.data.refresh(true);
}

Thanks,

PS

I have the same question (0)
  • Suggested answer
    Nya Profile Picture
    29,060 on at

    Hi PS,

    The code forces the subgrid to be refreshed, so it will keep showing the first page.

  • PS10 Profile Picture
    8 on at

    Hi Nya,

    Thanks for your reply, if so how can i fix the code to make it work.

    Thanks,

    PS

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…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
Tom_Gioielli Profile Picture

Tom_Gioielli 146 Super User 2025 Season 2

#2
#ManoVerse Profile Picture

#ManoVerse 59

#3
Gerardo Rentería García Profile Picture

Gerardo Rentería Ga... 52 Most Valuable Professional

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans