Hi Josep,

Hi list,

How to apply the "set the numberFormat to "#.000" into the datagrid ? I have the numeric values with 6 positions for decimals but only I want show 3. I
put it into the FillData but nothing happen..

Any idea?

Yep :-)

"the numberformat" will only affect the result of a calculation.

So you could do this in your "fillData" handler:
...
set the numberFormat to "#.000
add 0 to your_value_here
...

That should do the job.

Salut,
Josep

Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major.on-rev.com

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to