|
@@ -1622,6 +1622,11 @@ public abstract class DynamicGrid<T> : DynamicGrid, IDynamicGridUIComponentParen
|
|
|
AfterLoad(editor, items);
|
|
|
}
|
|
|
|
|
|
+ BaseEditor IDynamicGridUIComponentParent<T>.CustomiseEditor(DynamicGridColumn column, BaseEditor editor)
|
|
|
+ {
|
|
|
+ return editor.CloneEditor();
|
|
|
+ }
|
|
|
+
|
|
|
private void DoCustomiseEditor(IDynamicEditorForm sender, object[] items, DynamicGridColumn column, BaseEditor editor)
|
|
|
{
|
|
|
CustomiseEditor((T[])items, column, editor);
|