I've been having a heck of a time trying to get Javascript to populate a textbox in a RadGrid. I've tried many methods found on the site, but can't seem to get it working.
My EditItemTemplate is as follows:
I have a RadWindow that opens, some options are selected, then the value is converted to a string, and returned. I have my value passing fine, but just can't get it to populate into the textbox.
Any help would be appreciated.
My EditItemTemplate is as follows:
<
EditItemTemplate
>
<
asp:TextBox
ID
=
"reasonsTextBox"
runat
=
"server"
Text='<%# Bind("reasons") %>'></
asp:TextBox
>
</
EditItemTemplate
>
I have a RadWindow that opens, some options are selected, then the value is converted to a string, and returned. I have my value passing fine, but just can't get it to populate into the textbox.
Any help would be appreciated.