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

RadCalculatorPicker behaviors

1 Answer 64 Views
Calculator
This is a migrated thread and some comments may be shown as answers.
Zamel
Top achievements
Rank 1
Zamel asked on 19 Apr 2013, 11:21 AM
Hello!

I'd like to know if the following behaviors are possible with radcalculatorpicker control:

1) I wanted to use this control only as a numeric keypad so I changed its style template to show only the numeric keys, display window and the decimal sign. However, its operations are still functional on the keyboard (pressing 1 + 1 in the keyboard displays a sum result). I would like this operations to disable so only pressing of numbers can be done.
2) I would like the "Enter" key event to be caught so I can put my own logic at the same time close the dropdown for the keypad.

Is there possible solutions here? Or do you have a control that I can use such that it can be used in the gridview and when the column is numeric I can display a numpad where user can enter values from. My application is to run on a touchscreen so large buttons are necessary, that is why I needed a numpad for numeric columns. The numericupdown control won't do since it has small updown button hence will be difficult to use.

Hoping for your assistance.


Thanks!

1 Answer, 1 is accepted

Sort by
0
Accepted
Ivan Ivanov
Telerik team
answered on 24 Apr 2013, 03:20 PM
Hi,

 Well, RadCalculator's main and actually only function is to calculate. Maybe you should prepare a simple custom control of yours that is used only for input purposes. You can use RadCalculator's Theme-specific styles, in order to achieve UX consistency.

Regards,
Ivan Ivanov
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
Calculator
Asked by
Zamel
Top achievements
Rank 1
Answers by
Ivan Ivanov
Telerik team
Share this question
or