Hi Telerik team,
I have a problem moving a project from RadControls to Prometheus.
In the original project, I used to force the update of some controls using ResolveUpdatedControls event, but now the event it's gone, so I'm using OnPreRender to register some updates.
I have done a separate project, trying to reproduce the behavior, but couldn't reproduce it. I was wondering if you have any ideas on why it doesn't do anything?
Basically, the website consists of dynamically loading user controls, depending on which RadTab was clicked, like in one of your examples.
I tested the site with ajax disabled, it worked like a charm.
With ajax enabled, it fails to update some controls, even though, if I look at the $create call to RadAjaxManager, the ajax settings are persisted ok on the client.
What am I doing wrong?
Thanks,
Raul
I have a problem moving a project from RadControls to Prometheus.
In the original project, I used to force the update of some controls using ResolveUpdatedControls event, but now the event it's gone, so I'm using OnPreRender to register some updates.
I have done a separate project, trying to reproduce the behavior, but couldn't reproduce it. I was wondering if you have any ideas on why it doesn't do anything?
Basically, the website consists of dynamically loading user controls, depending on which RadTab was clicked, like in one of your examples.
I tested the site with ajax disabled, it worked like a charm.
With ajax enabled, it fails to update some controls, even though, if I look at the $create call to RadAjaxManager, the ajax settings are persisted ok on the client.
What am I doing wrong?
Thanks,
Raul