This question is locked. New answers and comments are not allowed.
So many components have load on demand option (ajaxRequest)
This is really a great feature and I am over using it with success.
However, very often, I find myself doing something after the load on demand returns.
Usually, I am doing it in a setTimeout function that I usually hook to the onSelect event or something else depending on the component.
Beside the fact I am loosing some precious milliseconds, this is does not sound very clean and maintainable.
So, I am not really happy with it.
Ideally, I would have hooked this processing to an OnComplete event.
On the same, OnError and OnSuccess events would certainly make my developer life easier.
Can I dream to see those events in a next release?
This is really a great feature and I am over using it with success.
However, very often, I find myself doing something after the load on demand returns.
Usually, I am doing it in a setTimeout function that I usually hook to the onSelect event or something else depending on the component.
Beside the fact I am loosing some precious milliseconds, this is does not sound very clean and maintainable.
So, I am not really happy with it.
Ideally, I would have hooked this processing to an OnComplete event.
On the same, OnError and OnSuccess events would certainly make my developer life easier.
Can I dream to see those events in a next release?