Dialog - Turn Off Horizontal Scrolling

Hi There,

Is there a way to turn off horizontal scrolling on a dialog opened through the dialog service (dialogService.Open)? I have added overflow: hidden to just about everywhere I can think of in the css (.ui-dialog, .radzen-dialog, etc.), and the dialog still forms a scrollbar when the content is too big for it (trying to stop the dialog from scrolling so that the datagrids in it will scroll instead).

Thanks in advance for any assistance you can provide me on this issue.

On a related note, I noticed I have trouble getting a datagrid to scroll horizontally when I set float to left. In other words, a grid that would normally develop a horizontal scrollbar when the dialog is shrunk down does not develop one if it is floating left. Any idea why this is? Some particular setting on the css of the datagrid?

Thanks again.