You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Grid exposes options to customize the edit popup and its form. Define the desired configuration in the `GridPopupEditSettings` and `GridPopupEditFormSettings` tags under the `GridSettings` tag.
190
200
201
+
### Editability of Hidden Columns
202
+
203
+
Starting with version 7.0, the Grid allows users to edit [hidden columns]({%slug grid-columns-visible%}) by default. To disable editing of a hidden column, set `Editable="false"` to the respective `<GridColumn>` tag.
204
+
191
205
### Popup Customization
192
206
193
207
The `GridPopupEditSettings` nested tag exposes the following parameters to allow popup customization:
@@ -319,6 +319,10 @@ Editing is cancelled for the first record.
319
319
320
320
The TreeList exposes options to customize the edit popup and its form. You can define your desired configuration in the `TreeListPopupEditSettings` and `TreeListPopupEditFormSettings` tags under the `TreeListSettings` tag.
321
321
322
+
### Editability of Hidden Columns
323
+
324
+
Staring from version 7.0, the TreeList allows users to edit [hidden columns]({%slug treelist-columns-visible%}) by default. To disable editing of a hidden column, set `Editable="false"` to the respective `<TreeListColumn>` tag.
325
+
322
326
### Popup Customization
323
327
324
328
The `TreeListPopupEditSettings` nested tag exposes the following parameters to allow popup customization:
0 commit comments