Welcome Guest Search | Active Topics | Sign In | Register

Blank characters to the left of cell grid Options
Camarate
Posted: Monday, February 5, 2018 6:09:30 AM
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
eo_support
Posted: Monday, February 5, 2018 6:11:52 AM
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!
Camarate
Posted: Monday, February 5, 2018 9:18:06 AM
Rank: Advanced Member
Groups: Member

Joined: 9/2/2010
Posts: 120
Hi,

Working well now.

Thanks,
eo_support
Posted: Monday, February 5, 2018 12:00:39 PM
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.


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.