Dears,
I have a RadGrid with EditMode = InPlace and I have two GridTextBoxColumnEditor and one GridNumericColumnEditor.
In my page I save changes when user click Save Button
The problem is:
In Save button code (Vb Code) I am trying to get the text from GridTextBoxColumnEditor and GridNumericColumnEditor as following:
EditorL1_NAME.Text (GridTextBoxColumnEditor)
EditorSALARY.Text (GridNumericColumnEditor)
Now, I can not get the text in GridTextBoxColumnEditors, while I get the text from GridNumericColumnEditor.
I tried EditorL1_NAME.TextBoxControl.Text but I got the same result.
Can you help me?
Best Regards