You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: controls/button/functionality/single-click-button.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,9 @@ position: 0
16
16
17
17
The single click button (**Figure 1**) is used to avoid multiple postbacks/callbacks to the server. This feature is useful in database and/or e-mail send scenarios when the developer should prevent submitting of identical content multiple times to the server.
18
18
19
-
>note The single click functionality is available only for buttons that make postbacks. For example the functionality is not available for the LinkButton because it acts as an anchor element.
19
+
>note The single click functionality is available only for buttons that make postbacks. For example the functionality is not available for the LinkButton because it acts as an anchor element.
20
+
>
21
+
>When the single click functionality is enabled, the button is rendered as `<button type="button">` instead of a `<button type="submit">` and that takes precedence over the `UseSubmitBehavior` property.
20
22
21
23
>caption Figure 1: RadButton with SingeClick functionality before and after click.
0 commit comments