Hi
I am using a RadTextbox, mode set to multiline
Problem is that it still allows me to type in text above the MaxLength value of 299,
Any help would be appriciated
I am using a RadTextbox, mode set to multiline
| <telerik:RadTextBox ID="keywordBox" runat="server" Height="85px" InvalidStyleDuration="100" |
| MaxLength="299" OnLoad="keywordBox_Load" Text='<%# Bind("Keywords") %>' TextMode="MultiLine" |
| Width="200px"> |
| </telerik:RadTextBox> |
Problem is that it still allows me to type in text above the MaxLength value of 299,
Any help would be appriciated
