Using Split Button to submit the the form?

Is there a way to trigger form submit using split button? Right now i used standard button that is type of the submit, however not sure how to trigger the form submit event ... any idea?

This is not supported. You can extract the code from TemplateForm Submit event as a method and simply call this method on SplitButton Click instead.

@enchev - thanks, will check that out.