I have collection of the objects each of which has a lot of the properties organized in sections. I would like to use system Out-Gridview to present full list of the objects with a basic set of the properties and an opportunity to present details about
the object presented by the clicked string of the grid. Get-Help Out-GridView doesn't provide necessary information. Thus I wonder is it any way to EXTEND standard Out-GridView to enable lines click support or I had to create my own gridview?
Moved byBill_StewartWednesday, December 12, 2018 9:33 PMThis is not "explain the documentation to me" forum
Namely because of get-help -full Out-Gridview gives no way to access AN OBJECT presenting Out-gridview, I've asked question here and it seems that there is no way other then create my own version of the grid.