function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Alex Raja 11Alex Raja 11 

Record detail screen on treegrid

I have requirement of when showing parent-child-grandchild in tree grid format on the left, on clicking any of the record link, detail screen to be shown on the right dynamically. Is it possible to achieve it using tree grid?
SwethaSwetha (Salesforce Developers) 
HI Alex,
Does https://salesforce.stackexchange.com/questions/411035/need-help-with-lightning-tree-grid-fetching-parent-and-child-records-on-button help?

Important Update - what you need to do
User-added image
As a reminder, on December 4, 2023 the Salesforce Discussion Forums will be removed from the Salesforce Developers website. These forums will shut down and all relevant discussions will migrate to the Trailblazer Community digital platform.

During the week starting November 20, you can view discussions, but not post new questions or responses. On December 4, you will no longer be able to access the discussion forums from the Salesforce Developers website.

Please take these steps before November 30, 2023, 11:59 p.m. PT to ensure your contributions follow you to the Trailblazer Community:
  1. If you’re not already a member of the Trailblazer Community, sign up for a Trailblazer account using the same login email address associated with your Developer Discussion Forums account. This is crucial.
  2. If you already have a Trailblazer account, and it’s using a different email address from your Developer Discussion Forums account, we recommend that you log in to the Trailblazer Community and connect your forums email address to your Trailblazer account.
Find more info & support
We know that moving platforms can be a hassle, so we created a special forums users group, the Migration Support Hub, in the Trailblazer Community where you can get training videos, information, and assistance.

We are here to help you through this transition!

Sincerely,
The Forums Support Team
 
Alex Raja 11Alex Raja 11
Hi Swetha, 
Thanks for your response. 
I'm expecting quite the same, but bringing up the parent-child isn't the hard part here. Let me put it this way, you know our split view in object list view tab, right? The same way, in the left pan I need the tree grid and on click on each record irrespective parent, child or grandchild, on the right I need to dynamically bring up the record detail screen. Kinda file explorer but with records. Let me know if it helps to visualize it.
Thanks once again.