Hello,
I have a grid with master table and detail tables (on one level).
I have a grid with master table and detail tables (on one level).
For one of the detalil tables I used an edit form, I get an exception on the following line:
Dim
editor As GridColumnEditorBase = CType(item.EditManager.GetColumnEditor(strFieldName), GridColumnEditorBase)
The exception is:
The current EditFormType does not support the requested editing capabilities.
Any suggestions?