Datagrid Cell Spacing Wierdness

  • Thread starter Thread starter Terry Olsen
  • Start date Start date
T

Terry Olsen

I'm using a Datagrid to display my data. I want to increase the cell
spacing of the grid, but when I do, if a cell is empty, there is no border
drawn for that cell. I tried just entering a 'space' as you can do in raw
html, but that doesn't work here. Any suggestions?
 
Terry said:
I'm using a Datagrid to display my data. I want to increase the cell
spacing of the grid, but when I do, if a cell is empty, there is no border
drawn for that cell. I tried just entering a 'space' as you can do in raw
html, but that doesn't work here. Any suggestions?
By 'space' do you mean you used  

If not you should use that vs. just hitting the spacebar, as most
browsers will ignore whitespace by iteslf, in my experience...
 
Back
Top