ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
How to limit Grid row height
Title:
B
I
{code}
?
I have some fields that are very long strings containing file paths. These long fields force the grid to wrap and makes each row 4 typed rows of text high. I just want one row of text visible in the grid.
Save Changes
Cancel
salemanokc
asked at 28 Dec 2020
Answers
B
I
{code}
?
you can use this css: .rowh1 .awe-row td { white-space: nowrap; } and set `Awe().Grid("grid1").CssClass("rowh1")` or you could apply this css rule for all grids by removing `.rowh1` from the css rule.
Save Changes
Cancel
Omu
answered at 28 Dec 2020
please
Sign In
to leave an answer
By accessing this site, you agree to store cookies on your device and disclose information in accordance with our
cookie policy
and
privacy policy
.
OK