![]() |
|
Different Cell rendering in <td> tag - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software (https://www.atozed.com/forums/forum-1.html) +--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html) +---- Forum: English (https://www.atozed.com/forums/forum-16.html) +----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html) +----- Thread: Different Cell rendering in <td> tag (/thread-5833.html) |
Different Cell rendering in <td> tag - mondoedp - 02-13-2026 Hello, we're testing IW16.1.9 in D13. Comparing it to 16.0.8 with D12, we noticed thad <td> elements rendered from DBGrid are using a random CSS (if not assigned by application), while "style=white-space nowrap" is not present anymore. old:<td style="white-space: nowrap; "> new:<td class="iw_1575348624"> Also, if I specify a Cell[x,y].Widht:='99%', it was rendered in the style tag: <td style="white-space: nowrap; width: 99%; "> Now, it is replaced by a iw class, e.g. <td class="iw_3764614034"> that lack the width property. Because of this, sometime the page has some differences; we can correct it with a new css, but I was wonder if there is some property to maintain the old behavior because we have hunderes of dbgrid to check. Thanks, best regards Alberto RE: Different Cell rendering in <td> tag - mondoedp - 03-19-2026 Hello Alexandre, do you have some suggestion about the problem above? We observed "style" is missing in <td> and <th>, and also "title" is missing in <th> Thanks Alberto |