Hi. What is the ClientEvents equivilant for OnClick for the RadTextBox? I can add it to the textbox itself and it works but VS gives me a warning saying the attribute isn't valid. As I said, the page still works okay, see code below. The function just clears the textbox when clicked in. Thanks.
Daniel
Daniel
<telerik:RadTextBox ID="rtbLastname" runat="server" Skin="Default" Text="Last name" Width="99px" OnClick="if(this.value=='Last name')this.value='';"></telerik:RadTextBox>