ParamQuery Grid
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Grid (free version)
»
Wrap when no white space
« previous
next »
Print
Pages: [
1
]
Author
Topic: Wrap when no white space (Read 2957 times)
r_rich
Newbie
Posts: 2
Wrap when no white space
«
on:
January 06, 2016, 10:39:01 pm »
I have a read-only grid which is displaying folder\file names, for example:
C:\Windows\System32\drivers\etc\hosts
I want the column to wrap the text however as there is no whitespace it does not wrap. Any ideas on how to resolve this issue?
Thanks.
Logged
paramvir
Administrator
Hero Member
Posts: 6310
Re: Wrap when no white space
«
Reply #1 on:
January 07, 2016, 08:35:55 am »
Add a css rule for the cell
Code:
[Select]
.pq-grid-cell{
word-wrap: break-word;
}
Logged
r_rich
Newbie
Posts: 2
Re: Wrap when no white space
«
Reply #2 on:
January 11, 2016, 04:56:23 pm »
That worked perfectly.
Thanks.
Logged
Print
Pages: [
1
]
« previous
next »
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Grid (free version)
»
Wrap when no white space