Good morning,
I am using Syncfusion Blazor 18.1.0.54.
I have two issues with SfSidebar Component
1.
In many pages I add Sidebar control with varius contents having set the IsOpen="false", using the sidebar with an EditForm for CRUD operations.
The sidebar is shown by a user action by calling sidebarobj.Show() method which works ok.
The sidebar is closed bu a user action by calling sidebarobj.Hide().
The user can show and hide (close) the sidebar as many time as he wants. This works ok.
When the user navigates to a different page the page content is dismissed and BEFORE the new page is rendered the content of the sidebar IS SHOWN FOR A FRACTION OF A SECOND making the change of pages not smooth and not attractive.
The page can have other Dialog Components that work very well without any issues.
I have tried many things in order to solve this but without succes.
2. When ShowBackdrop="true" it seems that when the sidebar is sidebarobj.Show(), not only the whole screen is blocked but the entire sidebar too is greyed making the sidebar inooperative.
Only the surroundings of the sidebar should be blocked
Can you please advice on the above.
Thank you in advance
Panikos Frangoudes