Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1890
Expand Child Record in Search Functionality
posted

I have demo project attached where I can search parent and child records for a value with a custom search control. I was wondering is there a way to trigger the parent child to expand when a search result is in the child record after the user clicks the next button in the Searchbar control? 

I tried the following code but it didn't work:

(resultRecords[currentIndex]).ParentRecord.IsExpanded = true;

XamDataGridSearchEngine.zip