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

Value lost on moving to other tabs.

2 Answers 43 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Anu TM
Top achievements
Rank 1
Anu TM asked on 31 Jul 2013, 03:28 AM
Hi

I have come across a strange behavior with the numerictextbox. There are four radtabs and the second tab has a numerictextbox in it. If I enter something inside it and suddenly move to another tab, value is lost. But if I move to another tab on clicking outside the numerictextbox value persists. Is it a bug?

Thanks
Anu

2 Answers, 1 is accepted

Sort by
0
A2H
Top achievements
Rank 1
answered on 31 Jul 2013, 04:45 AM
Hello,

Please refer this thread which discuss the similar scenario.

Thanks,
A2H
0
Shinu
Top achievements
Rank 2
answered on 31 Jul 2013, 04:47 AM
Hi Anu,

This is a known issue with the RadNumericTextBox due to its more complex structure, and the value is not considered as set until an enter key is pressed or the control is blurred. The easier way to resolve this issue is to add client onclick on the tabs and focus some other element of the page, that will cause blur for the inputs and their values will be set.

Thanks,
Shinu.
Tags
General Discussions
Asked by
Anu TM
Top achievements
Rank 1
Answers by
A2H
Top achievements
Rank 1
Shinu
Top achievements
Rank 2
Share this question
or