RadzenSplitButtonItem OnClick Event

If I have a Click event defined for my main RadzenSplitButton component, can I have a separate OnClick event for one of the RadzenSplitButtonItems?

Also, does the RadzenSplitButton component support the concept of sub-items in the RadzenSplitButtonItems, similar to sub-items in the Menu component?

Radzen.Blazor is open source, feel free to submit pull request!

I'm sorry, maybe I did not ask the question clearly.

Does the RadzenSplitButtonItem component currently support an OnClick event? The documentation looks like it does but I'm not sure. If so, do you have any examples?

Check the online demo. It shows how to handle the click event of RadzenSplitButton and determine what the clicked button is (it is passed as event argument).

Ok, yes, thank you. We were able to accomplish what we wanted to do.