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

I want to create linked textboxes.

1 Answer 23 Views
Input
This is a migrated thread and some comments may be shown as answers.
CTO
Top achievements
Rank 1
CTO asked on 30 Oct 2016, 11:23 AM

I want to create linked textboxes which I show in the attached picture with red marked. Can anyone give me any suggestion for how do such kind of textboxes.

Thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 02 Nov 2016, 02:52 PM
Hello,

For making such relations between multiple RadTextBox controls you should handle the client-side OnValueChanged event and update the values of the linked controls accordingly, by getting reference to the linked RadTextBox and by updating its value through the API:
Hope this helps.


Regards,
Konstantin Dikov
Telerik by Progress
Check out the new UI for ASP.NET Core, the most complete UI suite for ASP.NET Core development on the market, with 60+ tried-and-tested widgets, based on Kendo UI.
Tags
Input
Asked by
CTO
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Share this question
or