This question is locked. New answers and comments are not allowed.
Hello Telerik Team!
Maybe it is not possible, but it seems it is a real situation.
I have an entity, which realizes IInstanceCallbacks.
But Method PostLoad() (where I initialize my [Transient] fields) is called only if I run my application in Debug (step-by-step mode with breakpoint in PostLoad() method)
But when I run .exe file or debug but without any breakpoints (only in PostLoad() method) - PostLoad() isn't called!!! And my [Transient] fields are empty.
Does anybode ask me what a problem?
Thanks!