How to set max decimal value =.45 I want to select the number of hours... i.e.
1.15 hrs
1.30 hrs
1.45 hrs
2.00 hrs
'
'
'
and so on
<ext:NumberField
ID="numHours"
runat="server"
ColumnWidth="0.2" LabelWidth="50"
MinValue="0"
MaxValue="12"
AllowDecimals="true"
DecimalPrecision="2"
Step="0.15"
/>