Hello All,
I am currently running into a small issue that I can't seem to be able to find a solution for. I have a working grid and for some of the fields the data I want is a space " ". ..., "field_name":" ",... I get the space with no data or ?'s however there is no border around these cells.
So any ideas on how or what needs to be changed to accomplish an empty cell with a border (like a new excel spreadsheet w/no data yet)? I have looked at the tundraGrid.css and Grid.css but have not been successful.
Thank you in advance,
Alexander Block

There is probably a more
There is probably a more elegant solution, but this is what I resorted to:
Set your data, at the server or later, such that, if it is to be "empty", it will instead contain:
" "
Works fine
Thank you frankf,
That did exactly what I wanted it to do and it's not that important that I have data or a space as logn as it displays as such.
-Alex