5 Answers, 1 is accepted
0
Accepted
Hi Peter,
You can also refer to this on-line demo where is explained how to open RadWindow from javascript.
Hope this will help you.
Greetings,
Plamen Zdravkov
the Telerik team
If you want to change the behavior of click on "Open Item" you will have to override the default function as in the code below:
Telerik.Web.UI.RadScheduler.prototype._openReminderItemClicked =
function
(sender, eventArgs)
{
window.location =
"http://www.telerik.com/"
;
this
._hideReminderDialog();
};
You can also refer to this on-line demo where is explained how to open RadWindow from javascript.
Hope this will help you.
Greetings,
Plamen Zdravkov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Peter
Top achievements
Rank 1
answered on 25 Jun 2012, 11:17 AM
Great, thank you :)
0
Ashish
Top achievements
Rank 1
answered on 09 Nov 2015, 06:43 AM
You can also Enable False the Advance Form="False" in UI Page
0
Вячеслав
Top achievements
Rank 1
answered on 28 Jan 2016, 01:48 PM
I have similar question. How I can hide 'Open Item' button?
0
Hello Вячеслав,
In order to hide the Open Item button from the reminder form, you can use the following css style rune:
Hope this would help.
Regards,
Nencho
Telerik
In order to hide the Open Item button from the reminder form, you can use the following css style rune:
<style type=
"text/css"
>
.rsRemOpenItemBtn {
display
:
none
!important
;
}
</style>
Hope this would help.
Regards,
Nencho
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items