var myOptions = new DialogOptions() { Width = "700px", CloseDialogOnEsc = true, Top="350px", AutoFocusFirstElement=true};
I have a radzen grid that has more rows of data, on click of each row i am opening a dialog box of RadzenDialog, that popup component has more data, when i scroll the radzen grid say end of the rows and click the open dialog, I am seeing half of the contents of dialog, i need to scroll up a bit to see the first line of dialog, is there a way to always show the top portion of radzen dialog when opened?