i have a radtextbox
<telerik:RadTextBox ID="rtbItemDescription" runat="server" TabIndex="1050"
MaxLength="<%$ Resources:ItemResources,rtbItemDescriptionMaxLength %>"
Width="<%$ Resources:ItemResources,rtbItemDescriptionWidth %>"
TextMode="MultiLine" Rows="<%$ Resources:ItemResources,rtbItemDescriptionRows %>"
ontextchanged="rtbItemDescription_TextChanged" >
</telerik:RadTextBox>
from resource file rtbItemDescriptionMaxLength ="160"
rtbItemDescriptionWidth ="150"
rtbItemDescriptionRows="3"
when i save data by clicking radbutton
control goes to this line in javascript file
b._textBoxElement.select(); error occurs "microsoft javascript error invalid function"
<telerik:RadTextBox ID="rtbItemDescription" runat="server" TabIndex="1050"
MaxLength="<%$ Resources:ItemResources,rtbItemDescriptionMaxLength %>"
Width="<%$ Resources:ItemResources,rtbItemDescriptionWidth %>"
TextMode="MultiLine" Rows="<%$ Resources:ItemResources,rtbItemDescriptionRows %>"
ontextchanged="rtbItemDescription_TextChanged" >
</telerik:RadTextBox>
from resource file rtbItemDescriptionMaxLength ="160"
rtbItemDescriptionWidth ="150"
rtbItemDescriptionRows="3"
when i save data by clicking radbutton
control goes to this line in javascript file
b._textBoxElement.select(); error occurs "microsoft javascript error invalid function"