Hi,
I've added a textbox to a RadGrid via a gridTemplateColumn. Even though I've set the AutoPostBack of the textbox to false, every time I hit enter within the textbox, the page has a postback. I'm trying to just capture the changes in javascript, and I don't want a postback to occur. If I just make a change and set focus on another column, the onchange javascript runs as expected. The unwanted postback occurs with both the asp:TextBox and the RadTextbox.
Thanks for any assistance!
I've added a textbox to a RadGrid via a gridTemplateColumn. Even though I've set the AutoPostBack of the textbox to false, every time I hit enter within the textbox, the page has a postback. I'm trying to just capture the changes in javascript, and I don't want a postback to occur. If I just make a change and set focus on another column, the onchange javascript runs as expected. The unwanted postback occurs with both the asp:TextBox and the RadTextbox.
Thanks for any assistance!