Hello there,
I'd like to select a tab with a button located inside a user control which is then located inside a RadPageView element, i.e.
and inside the DoctorControl I have a button to be hooked up with an event handler.
However, I can't figure out how to do this in an "ajaxified way".
I want the tab selection to behave in the same way as if I click the tabs directly, i.e. an AJAX request is initiated and the RadAjaxLoadingPanel is shown during the request.
Obvisously the RadAjaxManager of the page hosting everything can't see the actual initiator which is a button hidden inside the user control,
so this is part of the problem.
Anyone know how to achieve this ?
Thanks
Claus
PS. I am using the Telerik example TabStrip / Application Scenarios / AJAX-Enabled TabStrip and MultiPage as a starting point.
I'd like to select a tab with a button located inside a user control which is then located inside a RadPageView element, i.e.
<
telerik:RadMultiPage
ID
=
"RadMultiPage1"
runat
=
"server"
Width
=
"720"
SelectedIndex
=
"1"
>
<
telerik:RadPageView
ID
=
"RadPageView1"
runat
=
"server"
Selected
=
"true"
>
<
uc1:DoctorControl
ID
=
"DoctorControl"
runat
=
"server"
/>
</
telerik:RadPageView
>
...
and inside the DoctorControl I have a button to be hooked up with an event handler.
However, I can't figure out how to do this in an "ajaxified way".
I want the tab selection to behave in the same way as if I click the tabs directly, i.e. an AJAX request is initiated and the RadAjaxLoadingPanel is shown during the request.
Obvisously the RadAjaxManager of the page hosting everything can't see the actual initiator which is a button hidden inside the user control,
so this is part of the problem.
Anyone know how to achieve this ?
Thanks
Claus
PS. I am using the Telerik example TabStrip / Application Scenarios / AJAX-Enabled TabStrip and MultiPage as a starting point.