As the name suggests, the CanCreateNewJsonDataSource property prohibits the creation of new JSON data sources. However, in fact, this property affects only the runtime capability to create new JSON data connections in UI. Therefore, we decided to rename this property to AllowCreateNewJsonConnection.
The following properties were changed:
- ASPxDashboard.CanCreateNewJsonDataSource → ASPxDashboard.AllowCreateNewJsonConnection
- DashboardExtensionSettings.CanCreateNewJsonDataSource → DashboardExtensionSettings.AllowCreateNewJsonConnection
- DataSourceWizardOptionBuilder.CanCreateNewJsonDataSource → DataSourceWizardOptionBuilder.AllowCreateNewJsonConnection
- DataSourceWizardExtensionOptions.canCreateNewJsonDataSource → DataSourceWizardExtensionOptions.AllowCreateNewJsonConnection
If you really want to disable the JSON data source creation, set the EnableJsonDataSource property to false: