HiI tried to enable and disable EjsDropDownList component dynamically and found out:
1. If the "Enabled" property is not explicitly declared, the component can be disabled and enabled w/o any problem on any event in code
2. If the "Enabled" property is explicitly declared e.g.
<EjsDropDownList @ref="Foo" @ref:suppressField TValue="string" Index="0" DataSource="@Bar" Enabled="false" ...>
.......................................
</EjsDropDownList>
any efforts in code to change value of "Enabled" (Foo.Enabled = true;) don't enable the EjsDropDownList component
3. Used: Syncfusion.EJ2.Blazor v.17.2.0.47-beta, Blazor v. 3.0.0-preview8.19405.7
Regards,
Oleg