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
.RadGrid_Default
.rgDetailTable
{
border-bottom : #FFFFFF !important;
border-top : #FFFFFF !important;
border-right : #FFFFFF !important;
border-left : #FFFFFF !important;
background : #FFFFFF !important;
}
And since the detail table is indented, the vertical column borders are misaligned with the master table. This also needs to be corrected. Please refer the attached screenshot. Since the data is Client Confidential we have masked the data.
Regards,
Meenakshi

