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 :
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,064 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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
11manish Profile Picture

11manish 107 Super User 2026 Season 2

#2
Daniyal Khaleel Profile Picture

Daniyal Khaleel 64 Most Valuable Professional

#3
ParthPatel249 Profile Picture

ParthPatel249 62

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans