datagrid - Control Wrapping

G

G. Dean Blake

I want to put several lines of name and address in a single column of a
datagrid. I tried to control wrapping with vbcrlf but it didn't work. Is
there a way to do this?
Thanks,
Dean
 
G

Guest

Try "<br>" instead of vbCrlf

HTH
Suresh

----- G. Dean Blake wrote: ----

I want to put several lines of name and address in a single column of
datagrid. I tried to control wrapping with vbcrlf but it didn't work. I
there a way to do this
Thanks
Dea
 
D

Darren Clark

You could bring out the details from sql as the one column

Just put some <br> tags to break for new lines.

select name +'<br>'+ address as onecolumn from whatever
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top