Hello,
I need to know if i can apply group separator (,) of number without apply any decimal digit and it's separator
for example:
12454.4336 >> 12,454.4336
2657.27131 >> 2,657.27131
is it valid to apply group separator without do any changes on decimal digit ?!
thanks,
Apply Group Separator without apply any Decimal digit
Re: Apply Group Separator without apply any Decimal digit
Hello,
Please try to use the TextFormat property and UseGroupSeparator option for the Text components.
Thank you.
Please try to use the TextFormat property and UseGroupSeparator option for the Text components.
Thank you.
Re: Apply Group Separator without apply any Decimal digit
Hello Aleksey ,
I'm try to use Text format as number and it's good for group separator but by default decimal digit = 2
which mean if i have this number for example :
12454.4336 >> it will show it like this 12,454.43 (but i don't want to make any changes in decimal digit ! it must show the number as is 12,454.4336)
2657.264 >>it will show it like this 2,657.26 (i want to show it as is after decimal digit = 2,657.264)
is there any way to do what i want ?!
I'm try to use Text format as number and it's good for group separator but by default decimal digit = 2
which mean if i have this number for example :
12454.4336 >> it will show it like this 12,454.43 (but i don't want to make any changes in decimal digit ! it must show the number as is 12,454.4336)
2657.264 >>it will show it like this 2,657.26 (i want to show it as is after decimal digit = 2,657.264)
is there any way to do what i want ?!