Skip to content

Commit c549aef

Browse files
docs(common): better client event handling descriptions
1 parent 890f562 commit c549aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started/customize-control-behavior.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ When you need to get work done **in the browser**, you will need a **reference t
3737

3838
The Telerik UI for ASP.NET AJAX controls provide many client-side events. Since they are server-side controls to being with, these events are exposed via serializable server properties and not as event attributes.
3939

40-
**To handle a client-side event of a Telerik controls, you must provide only the string name of the handler function.**
40+
**To handle a client-side event of a Telerik controls, you must provide only the string name of the handler function, without parentheses.** If you add the parentheses, the event handler function will try to execute as soon as the page loads, and this will usually result in errors.
4141

4242
>caption Example 1: Handling the client-side click of a Telerik button vs standard button
4343

0 commit comments

Comments
 (0)