Hi,
the filemanager toolbar item configurator doesnt work correct.
The Id setter function does not work.
CSHTML
.Toolbar(tb => tb.Items(items =>
{
items.Add("notify").Text("Notify").Command("NotifyCommand").Icon("email").Type("button").Id("btnNotify");
Generated HTML
The Button Id get an default value.
Regards
Christian