Skip to main content

Notifications

Announcements

No record found.

Customer experience | Sales, Customer Insights,...
Answered

Im trying to open the url from the record on click on the record in the subgrid view

Posted on by 102

In the subgrid view onclik of the record the url should open in new window

onclick of a record as below screenshot with column filename , the url in the download url should open in new window

pastedimage1675155431385v1.png'

below is the code i used, but it is not working

function openNewWindow(url) {
window.open(url, '_blank');
}

function onRecordClick(gridControl, row) {
var url = row.getCellValue("cs_downloadurl");     //  cs_downloadurl  is name of download url column 
openNewWindow(url);
}

Xrm.Page.getControl("Subgrid_new_2").addOnRecordSelected(onRecordClick);      ///Subgrid_new_2 - subgrid name 

  • Suggested answer
    Naveen Ganeshe Profile Picture
    Naveen Ganeshe 3,393 User Group Leader on at
    RE: Im trying to open the url from the record on click on the record in the subgrid view

    Hi pskateel ,

    Take a look at this blog. You can get the row data and open the URL:

    www.crmcrate.com/.../

  • Verified answer
    Pradeep Rai Profile Picture
    Pradeep Rai 5,490 Super User 2024 Season 2 on at
    RE: Im trying to open the url from the record on click on the record in the subgrid view

    Hi.

    Please try the same on editable grid as described in below link:
    https://carldesouza.com/clicking-on-a-subgrid-to-open-a-modal-form-in-dynamics-365/

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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,214 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans