I have created training form from sp.
Which contains 10topics,each topic has drop-down status columnn(not started,inprogress,completed) with date picker .
Whenever user select any topic it as should update date picker automatically today.
Note: only selected topic drop-down one date should change.
Other training topic should show default.
If they change the status of other training topic then it should get change or else keep it default.
I tried updatecontext on change property of drop-down but changing dates on all training topics with out touching other topics drop-down.