Hello.
Excuse me if my english is not well.
i have a textbox column in radgrid.
and a button .
how can i get value of each textbox by clicking button ?
for example row with id=1 >> textbox=15
actually i'm looking for bulk data submit.in edit mode i can submit values row by row and it's time consuming.
if there is any other option please tell me.
thank you
Excuse me if my english is not well.
i have a textbox column in radgrid.
<
telerik:GridTemplateColumn
SortExpression
=
"score"
HeaderText
=
"score"
HeaderButtonType
=
"TextButton"
DataField
=
"score"
UniqueName
=
"score"
ReadOnly
=
"true"
>
<
ItemTemplate
>
<
telerik:RadTextBox
runat
=
"server"
>
</
telerik:RadTextBox
>
</
ItemTemplate
>
</
telerik:GridTemplateColumn
>
and a button .
how can i get value of each textbox by clicking button ?
for example row with id=1 >> textbox=15
actually i'm looking for bulk data submit.in edit mode i can submit values row by row and it's time consuming.
if there is any other option please tell me.
thank you