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 :
Customer experience | Sales, Customer Insights,...
Suggested answer

Change sub grid column titles based on selected view in D365 Portal

(0) ShareShare
ReportReport
Posted on by 821

Is there way I can change a column title in a  sub grid  located on a D365 portals entity form without  using entity form meta data for the sub grid . The Reason for this is that I have a sub grid with multiple views and there are two fields which need to be titled differently base on the view selected.  Some example JavaScript would be great

 

Your input would be great

I have the same question (0)
  • Suggested answer
    Naveen Ganeshe Profile Picture
    3,397 User Group Leader on at
    RE: Change sub grid column titles based on selected view in D365 Portal

    Hi,

    You can write a function on change of view and execute the below code in order to change the column name dynamically. Please make sure to change the hierarchy of the table to your column name:

    if(viewName== "firstView")

    {$('table[data-name="YourValue"] > thead > th:first').innerText="Some Name";

    }

    else if(viewName == "SecondView")

    {

    $('table[data-name="YourValue"] > thead > th:first').innerText="Some Other Name";

    }

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…

Mansi Soni – Community Spotlight

We are honored to recognize Mansi Soni as our August 2025 Community…

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
Hamza H Profile Picture

Hamza H 141

#2
Daniyal Khaleel Profile Picture

Daniyal Khaleel 132

#3
DAnny3211 Profile Picture

DAnny3211 130

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans