Jump to content


able

Member Since 23 May 2009
Offline Last Active Jun 07 2009 10:38 PM
-----

Posts I've Made

In Topic: Caption and value of a cell

25 May 2009 - 02:54 PM

I've found this http://dn.bergsoft.n...tom-sorting.htm

I think, it will help :-)

In Topic: Caption and value of a cell

25 May 2009 - 02:02 PM

QUOTE (Boki (Berg) @ May 25 2009, 01:20 PM) <{POST_SNAPBACK}>
Hello Maxim,

I am not sure that I understand a question, but I will try to answer smile.gif

Maybe setting SortType property of Column to stNumeric is what you need.

I hope that this helps. If not, please write me.

Best regards


Hello!

I can give an example:

I want: when I'm creating htmlcolumn and setting values such as:

CODE
0: <font color="red">80</font> <font color="green">(190)</font>
1: <font color="red">180</font> <font color="green">(190)</font>
2: <font color="red">10</font> <font color="green">(190)</font>
3: <font color="red">120</font> <font color="green">(190)</font>
4: <font color="red">240</font> <font color="green">(190)</font>


and after descending sort:

CODE
0: <font color="red">240</font> <font color="green">(190)</font>
1: <font color="red">180</font> <font color="green">(190)</font>
2: <font color="red">120</font> <font color="green">(190)</font>
3: <font color="red">80</font> <font color="green">(190)</font>
4: <font color="red">10</font> <font color="green">(190)</font>


when I'm setting SortType to stNumeric IDE raises exaption 'EConverError' (which was expected).