Results pane, child tables UI appearance
Hello,
I am using LINQPad v.5.45.00
It seems that there is a change how LINQPad shows child tables (green links) data.
- In the recent past, previous versions were opening a separate tab for child tables upon clicking on a green link based on relationships in the database.
- With the latest version, upon clicking a green link, a sub-grid is opened in the same Results tab. It is causing to scroll horisontally to see all the columns. It is very inconvenient for wide tables with many columns.
Is that change is by design?
Is it possible somehow to revert back to the previous behavior?
Is there any setting to switch between two options?
Comments
Nothing's changed in that regard in recent updates.
LINQPad will show hyperlinks in separate windows if you click the "Results to Data Grids" button.
It is in the menu: Query => "Results to Data Grids".
It means that the latest version installation switched the default setting to "Results to Rich text".
Thanks for the answer.