Question

I am new to Breeze and i was looking for some working example about change tracking. I want to enable or disable the save button if there are some changes on page. I want to have same functionality like creating dirty flag as we do in knockout.

On Breeze website i saw article about change tracking but couldnt follow it much. Any help is really appreciated. I have googled a lot but couldnt find any example.

Was it helpful?

Solution

The Breeze website has documentation on Change Tracking and Knockout data binding, but you've probably seen those.

To see it in action, look at the TempHire sample. For example, the details view uses a canSave observable property that is exposed by the details viewModel.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top