
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
0
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.
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
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.
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!