Hi,
I have a field in the RadMaskedTextBox RadGrid in edit mode and I have a Handler on TextChanged this field to set a default value in another field in the input value. By the postback, I lose the information contained in my other fields that are not updated by the action of the TextChanged. What is the best strategy to solve this problem and keep data into field1 and field2?
Field1 (textbox), Field2 (textbox), Field3 (textchanged), Field4 (set default value by field3 textchanged from server-side)
Thank you.
I have a field in the RadMaskedTextBox RadGrid in edit mode and I have a Handler on TextChanged this field to set a default value in another field in the input value. By the postback, I lose the information contained in my other fields that are not updated by the action of the TextChanged. What is the best strategy to solve this problem and keep data into field1 and field2?
Field1 (textbox), Field2 (textbox), Field3 (textchanged), Field4 (set default value by field3 textchanged from server-side)
Thank you.