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

Change event multiple textboxes

3 Answers 228 Views
NumericTextBox
This is a migrated thread and some comments may be shown as answers.
Ben
Top achievements
Rank 1
Ben asked on 12 Aug 2015, 10:06 AM

Hy,

I have a page, with multiple numerictextboxes. I need to get the value of a hiddenfield that is right after each textbox on textbox change.
I just can't find a way to now which textbox triggered the change event.

Can you please guide me in the right direction?

3 Answers, 1 is accepted

Sort by
0
Accepted
Daniel
Telerik team
answered on 13 Aug 2015, 06:07 AM
Hello Ben,

You can try the following approach:
http://dojo.telerik.com/iposa

Let me know if you need more information.

Regards,
Daniel
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Ben
Top achievements
Rank 1
answered on 14 Aug 2015, 06:37 AM

This works fine. Thank you.
Is this in the documentation somewhere? I couldn't find it, seems like a usefull thing to add.

0
Boyan Dimitrov
Telerik team
answered on 18 Aug 2015, 06:34 AM

Hello Ben,

 

I am glad to hear that the solution provided by my colleague helped. 

 

Indeed there is a documentation about the approach used in the example: 

 

    1. The change event of the NumericTextBox for Kendo UI. 

    2. Widget wrapper and widget element article that explains that wrapper is the outermost element, which is part of the widget and how to access it. 

    3. jQuery next method. 

 

Regards,
Boyan Dimitrov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
NumericTextBox
Asked by
Ben
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Ben
Top achievements
Rank 1
Boyan Dimitrov
Telerik team
Share this question
or