Hi,
I have one textbox with multiline TextMode on my page. I have set MaxLength to 500 characters.
<Telerik:RadTextBox id="radtb1" runat="server" TextMode="MultiLine"
width="400px" Height="80px" MaxLength="500" ></telerik:RadTextBox>
If I type in this textbox, it does not allow to type more then 500 chars but if I directly paste more than 1000 chars then it allows me to paste.
I don’t want to allow anyone to paste more than MaxLength characters.
Is there any way or any property to fix this problem?
Thanks,
Tarulatta Patel.