In Development
Last Updated: 18 Nov 2024 11:50 by ADMIN
Scheduled for 2025 Q1 (Feb)
Created by: Michael P.
Comments: 12
Category: UI for Blazor
Type: Feature Request
56

Docking Control like WPF Docking Control: https://www.telerik.com/products/wpf/docking.aspx

In Development
Last Updated: 19 Dec 2023 12:43 by ADMIN
Scheduled for 2024 Q1 (31.01.2024)

I was able to reproduce the error.

When I convert a project with no authentication type, it works. 

When I convert a project with Microsoft Identity Platform, I see the error. 

In Development
Last Updated: 31 Oct 2023 14:14 by ADMIN
Scheduled for 2024 R1 - PI 1 (15.11.2023) SP1
An error occurred while running the wizard.

Error executing custom action Telerik.Blazor.VSX.Actions.UpdateMasterPageAction: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
   at System.ThrowHelper.ThrowKeyNotFoundException()
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   at Telerik.Blazor.VSX.Actions.UpdateMasterPageAction.RetrieveMasterPageSettingsUpgradeInfo(IPropertyDataDictionary arguments, IProjectWrap project)
   at Telerik.Blazor.VSX.Actions.UpdateMasterPageAction.Execute(WizardContext wizardContext, IPropertyDataDictionary arguments, IProjectWrap projectWrap)
   at Telerik.VSX.WizardEngine.ActionManager.ExecActions()