is it possible to subscribe same function in detail from master object in knockout. if yes, How?
I have master/detail object in knockout MVVM, in master object has remove function, i don.'t want to write same remove function in detail object,
I would like to subscribe remove function in detail object from master object, how?
Thank,
Go to the complete details ...