dodaniel
Posts: 43
|
| Posted: 05/06/2009, 7:52 AM |
|
On my grid, the cell borders are showing up as white (not good for printing) on the cells that do not have any data on them. Is there a way for me to tell it to use borders regardless of whether there is data in the cells or not?
|
 |
 |
ReneS
Posts: 225
|
| Posted: 05/06/2009, 8:52 AM |
|
Hi,
Add a non breaking space ( ) in those cells, is an option during grid building.
Rene
|
 |
 |
ReneS
Posts: 225
|
| Posted: 05/06/2009, 8:53 AM |
|
See above,
Rene
|
 |
 |
ReneS
Posts: 225
|
| Posted: 05/06/2009, 8:54 AM |
|
& n b s p ;
Did it wrong again
|
 |
 |
dodaniel
Posts: 43
|
| Posted: 05/06/2009, 9:46 AM |
|
Thanks for the quick response! How can I add the non-breaking space code after the grid is already built?
**** Nevermind, I figured it out ******
Solution:
Go to the HTML tab of the Grid
Locate the <!-- BEGIN Row --> section of code
For each column in your grid you will see code like this:
<td nowrap bgcolor="#e5e5e5">{fieldname}& n b s p ;</td>
Make sure the non-breaking space code is after the fieldname.
In the example above I had to put spaces in the non-breaking space code so it would appear in this post. There should not be any spaces from the & sign to the ; sign
|
 |
 |
|