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

Bug: isEditable=false works just partly

3 Answers 83 Views
NumericUpDown
This is a migrated thread and some comments may be shown as answers.
Sav
Top achievements
Rank 1
Sav asked on 12 Dec 2011, 07:21 PM
Hello

I have found bug. When you set isEditable propery to false, entire control shoundt be editable anymore. If you focus inner textbox in this state, you cannot change value using num keys or buttons as expected, but you can still change value using up and down keys. I have resolved this unwanted behavior by preventing user to focus control in readonly state.

Is it also possible to  add selection opaticity property, which is accessible for textbox, or create new property which would make text unselectable (look and feel reason) ?

Thanks for your time. 

Sav

3 Answers, 1 is accepted

Sort by
0
Boyan
Telerik team
answered on 15 Dec 2011, 04:56 PM
Hi Sav,

Could you please provide some more info on the scenario you are trying to implement. I am not really sure what you are trying to achieve. Are you using a Textbox in a custom template or what do you mean by Inner TextBox? It will be best if you could send me a sample project or a code snippet in order to pinpoint the problem faster.

All the best,
Boyan
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
MATEUSZ
Top achievements
Rank 1
answered on 10 Apr 2012, 11:05 PM
0
Boyan
Telerik team
answered on 13 Apr 2012, 03:20 PM
Hello Sav,

The IsEnabled property is only related to the TextBox so it disables the input there, but you are still able to change the value using the up and down keys.

Kind regards,
Boyan
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
NumericUpDown
Asked by
Sav
Top achievements
Rank 1
Answers by
Boyan
Telerik team
MATEUSZ
Top achievements
Rank 1
Share this question
or