Silvelight ApplyEdit and IsBusy issue

Silvelight ApplyEdit and IsBusy issue

Old forum URL: forums.lhotka.net/forums/t/9694.aspx


Calin posted on Monday, November 01, 2010

Hi,

I am facing this very weird issue. When starting to edit an bos I do bos.BeginEdit. When the user clicks on Save I do the following code:

 

bos.ApplyEdit()

bos.BeginSave(<handler>)

 

The issue here is that ApplyEdit sets the IsBusy property to true and it does not seem to get set to false again so I can do the save. Any ideea what I am missing here ?

Thanks,

RockfordLhotka replied on Monday, November 01, 2010

There's something else going on. ApplyEdit doesn't interact with IsBusy at all. ApplyEdit is a synchronous operation, so there'd be no value or meaning to it changing IsBusy.

Copyright (c) Marimer LLC