|
Rank: Advanced Member Groups: Member
Joined: 9/2/2010 Posts: 120
|
Depending on a situation, I need to include blank characters in the left of a grid cell value. But, if I do this in the code behind like GridRow.Cells("UNI_NM_UNIT").Value = " " & Conn.DefaultDataReader("UNI_NM_UNIT"), they not shown in the grid.
How can I do this?
Thanks in advance,
Marcelo Camarate
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
Hi,
Everything you passed to the Grid is in HTML. So you will need to use the HTML code for blank space instead of just a simple blank space.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 9/2/2010 Posts: 120
|
Hi,
Working well now.
Thanks,
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
You are very welcome. Please feel free to let us know if there is anything else.
|
|