ConfirmOptions.ReverseButtons?

I am attempting to use DialogService.Confirm but the buttons are reverse when compared with other dialogs that I have setup (for display via DialogService.Open).

Is there a way by chance to reverse these two buttons so that Cancel is first and OK is second?

I did a search through ConfirmOptions but did not see anything obvious.

Thank you for any consideration/assistance.

Hi @DragonSpark,

With DialogService.Open you can open any content - you can also create your own custom confirm dialog.

Thank you for the very quick reply, @enchev! It is much appreciated.

I am familiar with your presented recommendations, but trying to save myself some work. :grin:

Everything is exactly how I would like it with the DialogService.Confirm with the exception of the button order. As far as I understand DialogService.Open does not easily return a value and returns a Task without any easy access to the dialog state. Perhaps I have something fundamentally misunderstood.

Changing position of Confirm buttons is not possible.

OK @enchev thank you for the clarification. I see that you have open sourced Radzen.Blazor. Congratulations! I would submit a PR for this issue if I hadn't already worked around it on this end. So much for avoiding all the work. :grin:

Maybe someone else will see this thread and feel compelled to submit a PR.