0

Multiline Listheader ?

asked 2009-01-27 16:05:11 +0800

terrytornado gravatar image terrytornado flag of Germany
9393 3 7 16
http://www.oxitec.de/

Hi all,

i searched for a working example of a multiline listheader in a listBox.

I try with a multiline textbox in the listheader, but with this workaround the sorting arrows are not shown.

txs
Stephan

delete flag offensive retag edit

3 Replies

Sort by ยป oldest newest

answered 2009-01-29 19:18:33 +0800

terrytornado gravatar image terrytornado flag of Germany
9393 3 7 16
http://www.oxitec.de/

updated 2009-10-20 19:09:36 +0800

OK. Solved.


The first try doesn't look much pretty.

   <listheader id="lh_usrAccountnonlocked" sort="auto">
  	 <textbox value="none locked" cols="1" width="85%"
      	          sclass="word-wrap" multiline="true" rows="3" readonly="true">
	 </textbox>
   </listheader>

The second try is that what i want. it uses the html-wordwrap &'#'10;&'#'13;.
The quotes '' must be deleted. Or replace the '#' with #.
It's only that it can be showed here.

&'#'10;&'#'13;


   <listheader id="lh_usrAccountnonlocked" sort="auto">
	<label value="none &'#'10;&'#'13; locked &'#'10;&'#'13; "
	width="85%" sclass="word-wrap" multiline="true">
	</label>
   </listheader>

link publish delete flag offensive edit

answered 2009-08-26 05:56:12 +0800

baskaraninfo gravatar image baskaraninfo
536 2 2 9

Thanks terrytornado :)

It works great!

link publish delete flag offensive edit

answered 2012-11-01 22:25:11 +0800

Extravert gravatar image Extravert flag of Russian Federation
9 1
http://www.fasp.ru/

Hello! Let me add another one solution:

<columns height="50px;">
    <column id="priorityColumn">
       <label	value="Hello everybody!" style="white-space: normal;" />
    </column>

It works fine in grid.

link publish delete flag offensive edit
Your reply
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow

RSS

Stats

Asked: 2009-01-27 16:05:11 +0800

Seen: 1,781 times

Last updated: Nov 01 '12

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More