or

What must be done to save the settings per user or per machine in a similar fashion with the new persistence framework? Regards, John


<telerik:RadTextBox ID="txt1" runat="server" Width="205px" InputType="number"></telerik:RadTextBox><asp:TextBox ID="txt1" runat="server" Width="205px"></asp:TextBox> <telerik:RadInputManager ID="RadInputManager1" runat="server"> <telerik:NumericTextBoxSetting BehaviorID="NumericBehavior1" Type="Number" DecimalSeparator="," GroupSeparator=" " GroupSizes="3" DecimalDigits="2" Validation-IsRequired="false"> <TargetControls> <telerik:TargetInput ControlID="txt1" /> </TargetControls> </telerik:NumericTextBoxSetting> </telerik:RadInputManager>