This is a migrated thread and some comments may be shown as answers.

How to make the number without ,00

4 Answers 71 Views
NumericUpDown
This is a migrated thread and some comments may be shown as answers.
Sergey Nemtsev
Top achievements
Rank 1
Sergey Nemtsev asked on 21 May 2010, 12:32 PM
Hello, i want to do the format of number like: 1,2,3, not 1.00,2.00,3.00, but i can not... help me please

4 Answers, 1 is accepted

Sort by
0
Valeri Hristov
Telerik team
answered on 21 May 2010, 12:36 PM
Hi Sergey,

Please, set the IsInteger property to true.

All the best,
Valeri Hristov
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Sergey Nemtsev
Top achievements
Rank 1
answered on 21 May 2010, 12:48 PM

I already do it, but it is still the same. It is work in main form, but it is not working in scheduler tamplate  

<my:RadNumericUpDown Grid.Row="6" IsInteger="True" Grid.Column="1"  Name="radNumeric1" xmlns:my="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Input" Maximum="100"  Height="25" VerticalAlignment="Bottom" Minimum="0"/> 

0
Accepted
Valeri Hristov
Telerik team
answered on 21 May 2010, 12:56 PM
What's the version of the Telerik controls you are using? It is possible that it contains a bug, since I was unable to reproduce the problem with the latest internal build.

Kind regards,
Valeri Hristov
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Sergey Nemtsev
Top achievements
Rank 1
answered on 23 May 2010, 11:19 PM
Thank you, it was my mistake, it is already work!
Tags
NumericUpDown
Asked by
Sergey Nemtsev
Top achievements
Rank 1
Answers by
Valeri Hristov
Telerik team
Sergey Nemtsev
Top achievements
Rank 1
Share this question
or