RadzenDropDownDataGrid PopupStyle

Hi @sys_mike,

You can achieve this by adding an id attribute and styling it:

<RadzenDropDownDataGrid id="myDropDownDataGrid" />

<style>
    #popup-myDropDownDataGrid {
        width: 1200px !important;
    }
</style>

Keep in mind that 8000px for a popup width is quite a large value that will introduce horizontal scroll on most desktop monitors.