Hello,
I enabled the ShowButton property to the radtextbox, but while writing and the words reach the button I can't see the final of the text.
<telerik:RadTextBox ID="RadTextBox1" runat="server" ShowButton="true"></telerik:RadTextBox>
If I disable the ShowButton and write something in the radtextbox, I can see the final words.
How I can fix this?
Thanks,
Edson
<style>
.RadInput .riTextBox, .RadInputMgr {
padding
:
4px
40px
4px
10px
!important
;
}
</style>