View Single Post
  #1 (permalink)  
Old July 29th, 2008, 02:59 PM
snufse snufse is offline
Friend of Wrox
Points: 923, Level: 11
Points: 923, Level: 11 Points: 923, Level: 11 Points: 923, Level: 11
Activity: 5%
Activity: 5% Activity: 5% Activity: 5%
 
Join Date: Mar 2007
Location: West Palm Beach, Florida, USA.
Posts: 198
Thanks: 4
Thanked 0 Times in 0 Posts
Default [2005] GridView - empty cell shows no border

I have a GridView that fills one of the cells with plain text from a table. When text is available it fills the cell with the text and a default border for the cell. However, where there is no text in the table, the cell appears empty (which is correct) but with no border at all. It looks a little bit funny. I tried to use the EmptyDataText property for the GridView to set a default text but it does not seem to have any effect. Any ideas??? Thanks.

Reply With Quote