Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 32 additions & 16 deletions apps/demos/menuMeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
],
"MvcDocUrl": "https://docs.devexpress.com/DevExtremeAspNetMvc/400704/concepts/data-binding",
"NetCoreDocUrl": "https://docs.devexpress.com/AspNetCore/400575/concepts/devextreme-based-controls/data-binding",
"DemoType": "Web"
"DemoType": "Web",
"DisableExternalEditor": true
},
{
"Title": "SignalR Service",
Expand Down Expand Up @@ -252,7 +253,8 @@
"/Models/SampleData/CustomEditorsTasks.cs",
"/Scripts/data/statuses.js"
],
"DemoType": "Web"
"DemoType": "Web",
"DisableExternalEditor": true
},
{
"Title": "Data Validation",
Expand All @@ -268,7 +270,8 @@
"MvcDocUrl": "https://docs.devexpress.com/DevExtremeAspNetMvc/400705/concepts/client-side-data-validation#overview",
"NetCoreDocUrl": "https://docs.devexpress.com/AspNetCore/400576/concepts/devextreme-based-controls/client-side-data-validation#overview",
"DemoType": "Web",
"Modules": "devextreme-aspnet-data-nojquery"
"Modules": "devextreme-aspnet-data-nojquery",
"DisableExternalEditor": true
},
{
"Title": "Cascading Lookups",
Expand Down Expand Up @@ -305,7 +308,8 @@
"BackendFiles": [
"DataGridCollaborativeEditingController.cs",
"DataGridCollaborativeEditingHub.cs"
]
],
"DisableExternalEditor": true
},
{
"Title": "Remote CRUD Operations",
Expand Down Expand Up @@ -340,7 +344,8 @@
"BackendFiles": [
"DataGridBatchUpdateWebApiController.cs",
"InMemoryNorthwindContext.cs"
]
],
"DisableExternalEditor": true
},
{
"Title": "Edit State Management",
Expand All @@ -364,7 +369,8 @@
"NetCoreDescription": "",
"MvcAdditionalFiles": [],
"Modules": "devextreme-aspnet-data-nojquery",
"DemoType": "Web"
"DemoType": "Web",
"DisableExternalEditor": true
}
]
},
Expand Down Expand Up @@ -1105,7 +1111,8 @@
],
"MvcDocUrl": "https://docs.devexpress.com/DevExtremeAspNetMvc/400704/concepts/data-binding",
"NetCoreDocUrl": "https://docs.devexpress.com/AspNetCore/400575/concepts/devextreme-based-controls/data-binding",
"DemoType": "Web"
"DemoType": "Web",
"DisableExternalEditor": true
}
]
},
Expand Down Expand Up @@ -1479,7 +1486,8 @@
"MvcDescription": "",
"NetCoreDescription": "",
"MvcAdditionalFiles": [],
"DemoType": "Web"
"DemoType": "Web",
"DisableExternalEditor": true
}
]
},
Expand Down Expand Up @@ -1553,7 +1561,8 @@
"MvcDescription": "",
"NetCoreDescription": "",
"MvcAdditionalFiles": [],
"DemoType": "Web"
"DemoType": "Web",
"DisableExternalEditor": true
}
]
},
Expand Down Expand Up @@ -3327,7 +3336,8 @@
"BackendFiles": [
"DiagramEmployeesController.cs",
"InMemoryEmployeesDataContext.cs"
]
],
"DisableExternalEditor": true
}
]
},
Expand Down Expand Up @@ -3530,7 +3540,8 @@
"SchedulerDataController.cs",
"InMemoryAppointmentsDataContext"
],
"DemoType": "Web"
"DemoType": "Web",
"DisableExternalEditor": true
},
{
"Title": "SignalR Service",
Expand All @@ -3548,7 +3559,8 @@
"BackendFiles": [
"SchedulerSignalRController.cs",
"SchedulerSignalRHub.cs"
]
],
"DisableExternalEditor": true
},
{
"Title": "Google Calendar Integration",
Expand Down Expand Up @@ -5239,7 +5251,8 @@
"Widget": "FileUploader",
"BackendFiles": [
"FileUploaderController.cs"
]
],
"DisableExternalEditor": true
},
{
"Title": "Validation",
Expand All @@ -5248,7 +5261,8 @@
"Widget": "FileUploader",
"BackendFiles": [
"FileUploaderController.cs"
]
],
"DisableExternalEditor": true
},
{
"Title": "Chunk Upload",
Expand All @@ -5266,7 +5280,8 @@
"Title": "Custom Drop Zone",
"Name": "CustomDropzone",
"DocUrl": "",
"Widget": "FileUploader"
"Widget": "FileUploader",
"DisableExternalEditor": true
}
]
}
Expand Down Expand Up @@ -6475,7 +6490,8 @@
],
"MvcDocUrl": "https://docs.devexpress.com/DevExtremeAspNetMvc/400706/concepts/localization#globalize",
"NetCoreDocUrl": "https://docs.devexpress.com/AspNetCore/400577/concepts/devextreme-based-controls/localization#globalize",
"DemoType": "Web"
"DemoType": "Web",
"DisableExternalEditor": true
}
]
}
Expand Down
Loading