Hi,
I have a user control in which a RadGrid is place with the OnUpdateCommand set to a method in the code behind. The contro works fine if placed on a page by itself.
However when i place the control inside an RadAjaxPanel event is not being fired.
Things I have tried:
1. I place an RadAjaxManager on the page, then i placed a RadAjaxManagerProxy inside the usercontrol with settting to updatedcontrol to the RadGrid1. But this does not set the event to fire.
2. moved the user control to the page outside the RadAjaxPanel and the updatecommand event fired. Moved it back into the RadAjaxPanel and the event does not fire.
The RadAjaxPanel id is "RadAjaxPanel1"
The RadGrid id is "RadGrid1"
The usercontrol id is "usrCtrl1"
I have a user control in which a RadGrid is place with the OnUpdateCommand set to a method in the code behind. The contro works fine if placed on a page by itself.
However when i place the control inside an RadAjaxPanel event is not being fired.
Things I have tried:
1. I place an RadAjaxManager on the page, then i placed a RadAjaxManagerProxy inside the usercontrol with settting to updatedcontrol to the RadGrid1. But this does not set the event to fire.
2. moved the user control to the page outside the RadAjaxPanel and the updatecommand event fired. Moved it back into the RadAjaxPanel and the event does not fire.
The RadAjaxPanel id is "RadAjaxPanel1"
The RadGrid id is "RadGrid1"
The usercontrol id is "usrCtrl1"