0

Data not Binding onChanging of one field

asked 2016-02-08 08:49:50 +0800

PRATIKKAR gravatar image PRATIKKAR
3 2

updated 2016-02-08 11:35:29 +0800

chillworld gravatar image chillworld flag of Belgium
5367 4 9
https://github.com/chillw...

Hi All,

one problem I am facing is , even after onchanging is called the values are not bounded to each.piecePartRegVO.fgidChineseSpecification.

<textbox width="90%"  value="@load(each.piecePartRegVO.partChineseSpecification) @bind(each.piecePartRegVO.partChineseSpecification)" onChanging="fgid_chinese_spec.value = event.value"/>
<textbox hflex="1" id="fgid_chinese_spec" value="@load(each.piecePartRegVO.fgidChineseSpecification) @bind(each.piecePartRegVO.fgidChineseSpecification)" />

Please Help !!

delete flag offensive retag edit

2 Answers

Sort by ยป oldest newest most voted
0

answered 2016-02-08 09:15:41 +0800

chillworld gravatar image chillworld flag of Belgium
5367 4 9
https://github.com/chillw...

Try this :

<textbox width="90%"  value="@bind(each.piecePartRegVO.partChineseSpecification)" instant="true"/>

Greetz chill.

link publish delete flag offensive edit
0

answered 2016-02-08 09:40:55 +0800

Darksu gravatar image Darksu
1991 1 4

Hello PRATIKKAR,

Also just use bind, and remove the load.

Best Regards,

Darksu

link publish delete flag offensive edit
Your answer
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow
1 follower

RSS

Stats

Asked: 2016-02-08 08:49:50 +0800

Seen: 16 times

Last updated: Feb 08 '16

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More