I have a huge problem. My application is containing about 10 forms and every form contains a lot of input boxes. The view model is aleady huge, but this is not what makes me warry. In few forms I need to open a popup window and make some calculations based on the values entered in the form (using the ko komputed). I really would like to avoid the creation of a new viemodel(if possible) for every form and popup window.
Is there a way to have a new window using the same viemodel? If so, will the computed fields be working?
Sorry for the messy question, but I really can not figure it out.