Spinner's Title Cannot Changed After Created

Hi,

I have a SFSpinner overlay object on my page:

<SfSpinner @ref="SpinnerObj" Target="@target" CssClass="e-spin-overlay" Label="@SpinnerHeader" Width="75px"></SfSpinner>

I'm trying to change it's label with the language parameter:

  if (langCode == "EN") //EN
        {

            Toasts[0].Title = DataCenter.errorHeader_EN;
            Toasts[1].Title = DataCenter.infoHeader_EN;
            Toasts[0].Content = DataCenter.errorMessage_EN;
            Toasts[1].Content = DataCenter.infoMessage_EN;

            NoResultHeader = DataCenter.noResult_EN;
            allIssuesText = DataCenter.allIssuesText_EN;
            SpinnerHeader = DataCenter.waitLabel_EN;


        }

        else //TR
        {
            Toasts[0].Title = DataCenter.errorHeader_TR;
            Toasts[1].Title = DataCenter.infoHeader_TR;
            Toasts[0].Content = DataCenter.errorMessage_TR;
            Toasts[1].Content = DataCenter.infoMessage_TR;

            NoResultHeader = DataCenter.noResult_TR;
            allIssuesText = DataCenter.allIssuesText_TR;
            SpinnerHeader = DataCenter.waitLabel_TR;
        }


However, the label is not changed.


3 Replies 1 reply marked as answer

IS Indrajith Srinivasan Syncfusion Team June 23, 2020 02:35 PM UTC

Hi Berk,  
  
Greetings from Syncfusion support, 
  
We have validated your reported query. Currently, we can’t change the SfSpinner Label dynamically. We have considered “SfSpinner properties can't be changed dynamically at run time ” as a bug from our end and logged the report for the same and the fix will be included with our 2020 Volume 2 SP 1 release.

You can now track the current status of the report, review the proposed resolution timeline, and contact us for any further inquiries through this link: https://www.syncfusion.com/feedback/15392/
 
  
Regards, 
Indrajith 



IS Indrajith Srinivasan Syncfusion Team September 4, 2020 11:48 AM UTC

Hi Berk,

Sorry for the inconvenience caused,

We couldn't include the fix with our Volume 2 Sp1 release, we will include the fix with our 2020 Volume 3 Main Release.

Regards,
Indrajith


IS Indrajith Srinivasan Syncfusion Team October 1, 2020 04:16 PM UTC

Hi Berk,  
 
Thanks for your patience, 
  
We are glad to announce that our Essential Studio 2020 Volume 3 release v18.3.0.35 is rolled out and we have resolved the issue “SfSpinner properties can't be changed dynamically at run time”. 
 
We would like you to review the breaking changes and the release notes regarding the changes we have included in this release from the below location before you upgrade.

 
 
Can you please upgrade your package to this version to resolve the reported issue from your end ? 
 
Regards, 
Indrajith

Marked as answer
Loader.
Up arrow icon