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

How to globally set a property ?

1 Answer 41 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
BigheadLZ
Top achievements
Rank 1
BigheadLZ asked on 10 Dec 2008, 04:12 AM
In our one ASP.NET project, we use a lot of RadNumericTextBoxs on pages. For accuracy reason, we want to set the NumberFormat.KeepNotRoundedValue property of all RadNumericTextBoxs to TRUE.  Is there any handy method to accomplish this? Just like globally assign a particular skin to a particular RadControl in web.config?

1 Answer, 1 is accepted

Sort by
0
Nikita Gourme
Top achievements
Rank 1
answered on 10 Dec 2008, 09:39 AM
BigheadLZ, what about using an ASP.NET Theme which holds rad numeric textbox with NumberFormat.KeepNotRoundedValue set to true? If I am right applying this theme on pages which has numeric textboxes will automatically set this property for those textboxes to true.

Nikita
Tags
General Discussions
Asked by
BigheadLZ
Top achievements
Rank 1
Answers by
Nikita Gourme
Top achievements
Rank 1
Share this question
or