|
@@ -186,6 +186,7 @@ public class CodePopupEditorControl : DynamicEditorControl<Guid, CodePopupEditor
|
|
{
|
|
{
|
|
if (EditorDefinition.CanAdd)
|
|
if (EditorDefinition.CanAdd)
|
|
{
|
|
{
|
|
|
|
+ grid.OnDoubleClick += (o, args) => args.Handled = true;
|
|
grid.OnReconfigure += options =>
|
|
grid.OnReconfigure += options =>
|
|
{
|
|
{
|
|
options.AddRows = Security.CanEdit(_type);
|
|
options.AddRows = Security.CanEdit(_type);
|