Hi,
I have a RadComboBox to which i want some Javascript to be fired onClientClick of the RadComboBox.
I have set up a simple alert but it does not seem to work.
Please help.
Thanks
.NET Code:
Javascript:
I have a RadComboBox to which i want some Javascript to be fired onClientClick of the RadComboBox.
I have set up a simple alert but it does not seem to work.
Please help.
Thanks
.NET Code:
<
telerik:RadComboBox
ID
=
"RadComboBoxDropDown"
runat
=
"server"
OnClientClick
=
"show();"
/>
Javascript:
function show()
{
Alert("Are you sure you want to submit the page?");
}