Добрый день, кто-нибудь подскажет, как правильно реализовать редактируемый реестр для раздела, чем он отличается, от обычного редактируемого реестра детали?
При совмещении Редактируемого реестра и иерархической структуры, получаю следующий код:
activeRowActions, не воспринимается, пишет, что DataGrid, не может в себе содержать данное определение.
{ "operation": "merge", "name": "DataGrid", "values": { "className": "Terrasoft.ConfigurationGrid", "generator": "ConfigurationGridGenerator.generatePartial", "generateControlsConfig": {"bindTo": "generatActiveRowControlsConfig"}, "changeRow": {"bindTo": "changeRow"}, "unSelectRow": {"bindTo": "unSelectRow"}, "onGridClick": {"bindTo": "onGridClick"}, /*"activeRowActions": [ { "className": "Terrasoft.Button", "style": this.Terrasoft.controls.ButtonEnums.style.TRANSPARENT, "tag": "save", "markerValue": "save", "imageConfig": {"bindTo": "Resources.Images.SaveIcon"} }, { "className": "Terrasoft.Button", "style": this.Terrasoft.controls.ButtonEnums.style.TRANSPARENT, "tag": "cancel", "markerValue": "cancel", "imageConfig": {"bindTo": "Resources.Images.CancelIcon"} }, { "className": "Terrasoft.Button", "style": this.Terrasoft.controls.ButtonEnums.style.TRANSPARENT, "tag": "remove", "markerValue": "remove", "imageConfig": {"bindTo": "Resources.Images.RemoveIcon"} } ],*/ "initActiveRowKeyMap": {"bindTo": "initActiveRowKeyMap"}, "activeRowAction": {"bindTo": "onActiveRowAction"}, "multiSelect": false, "type": "listed", "hierarchical": true, "sortColumnDirection": { "bindTo": "disableGridSorting" }, "hierarchicalColumnName": "ParentId", "updateExpandHierarchyLevels": { "bindTo": "onExpandHierarchyLevels" }, "expandHierarchyLevels": { "bindTo": "expandHierarchyLevels" } } },
Нравится
1 комментарий
Показать все комментарии
Войдите или зарегистрируйтесь, что бы комментировать