Have a strange situation:
I have a tab application executing several tabs containing grids.
One of the grids has a subGrid that displays detail records related to the main grid, the SubGrid is using <PRE>…</PRE> tags in order to preserve the spacing as some records need to be displayed with indentation and the spaces on each record need to be preserved.
The problem I am having is that the detail records on the subGrid show up “Double Spaced” taking up a lot of screen and the user has to go thru many pages to see the details.
I changed font types, sizes, hight and width but nothing works.
I noticed that when I change the “Main Grid” to debug “On”, the subGrid displays the details as expected “Single spaced” the problem is that I have to see the debug lines which I don’t want to see but when I turn “Off” debug on the “Main Grid” the details go back to “Double spaced”.
Any Ideas why this happens???