Please provide example code
I try this for locahost but still in trial
<FlexmonsterComponent @ref="flexmonster"
Toolbar=true
Width="100%"
Height=900 LicenseKey="XXXX-XXXX-XXXX-XXXX">
</FlexmonsterComponent>
I got it.
protected override async void OnAfterRender(bool firstRender)
{
flexmonster.LicenseKey = Flexmonster_LicenseKey;
flexmonster.Load("https://.../production.json");
flexmonster.OnCellClickEvent += CellClick;
flexmonster.OnCellDoubleClickEvent += CellDoubleClick;
}
Thank
This question is now closed