Hi!
I encountered a weird phenomenon when using the SingleClick feature of the RadButton
<
div
class
=
"footer"
dir
=
"rtl"
>
<
telerik:RadButton
RenderMode
=
"Lightweight"
runat
=
"server"
ID
=
"buttonSave"
Text
=
"Speichern"
SingleClick
=
"true"
SingleClickText
=
"Speichere .."
CausesValidation
=
"False"
OnClick
=
"buttonSaveClicked"
/>
<
telerik:RadButton
RenderMode
=
"Lightweight"
runat
=
"server"
ID
=
"buttonCancel"
Text
=
"Abbrechen"
SingleClick
=
"true"
SingleClickText
=
"Abbrechen .."
CausesValidation
=
"False"
OnClick
=
"buttonCancelClicked"
/>
</
div
>
When I click one of the buttons the displayed text is changing for the time of the PostBack, but the text shown is: ".. Speichere" and ".. Abbrechen" instead of the dots being after the string. When I set the SingleClickText to have letters after the dots it's shown correctly. The amount of dots don't change anything, neither do spaces between the dots and the normal text or after the dots.
In addition to that JS-Console says "no element found" when the button is clicked.
Is that a bug or am I missing something important?
Thanks already
Greetings Felix