Blazor server modals is not rerendering on any code changes

  • Thread starter Thread starter Chandana R
  • Start date Start date
C

Chandana R

Guest
1. Trying to disable a button in the modal, from the code based on some business logic.

2. Passing parameters to child component on OnParameterSetAsync() is not hitting any code.

3. Using .AddScoped in startup to open the modal..using a boolean to hide or unhide the popup..Still facing issue of model opening and refresh from code...

Continue reading...
 
Back
Top