Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Different Cell rendering in <td> tag
#1
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
Reply
#2
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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)