Hello all.
I have a template column inside a grid, this column contains numeric text box as follows:
when trying to sort the grid (by clicking the header column of any other column) the entered (not saved yet) values of the template column vanish; the numeric textboxes re-initialized to zeros...
do you have any idea of how to fix it
Thanks
I have a template column inside a grid, this column contains numeric text box as follows:
| <telerik:GridTemplateColumn DataField="Cost" HeaderText="Cost" UniqueName="Cost"> | |
| <ItemTemplate> | |
| <telerik:RadNumericTextBox runat="server" ID="numtxtCost" Width="80px"></telerik:RadNumericTextBox> | |
| </ItemTemplate> | |
| </telerik:GridTemplateColumn> |
when trying to sort the grid (by clicking the header column of any other column) the entered (not saved yet) values of the template column vanish; the numeric textboxes re-initialized to zeros...
do you have any idea of how to fix it
Thanks