Hello,
How do I force decorator to redecorate controls after ajax request ?
I have the following scenario:
button 1 on server click enables button 2 and its not decorated anymore. How to force it to be decorated ?
How do I force decorator to redecorate controls after ajax request ?
I have the following scenario:
| //pseudocode |
| <RadFormDecorator decorate buttons only/> |
| <div> |
| <RadAjaxPanel EnableAjax= true> |
| <asp Button id=1 Enabled=true> |
| <asp Button id=2 Enabled=false> |
| </RadAjaxPanel> |
| </div> |
button 1 on server click enables button 2 and its not decorated anymore. How to force it to be decorated ?