|
Default.aspx
<style class="cssStyles">
.e-dialog-icon.e-icon.e-close {
display : none; // You can set display none on dialog close icon
}
</style> |
|
Default.aspx
<ej:Dialog ID="dialog" runat="server" Title="Dialog" ShowHeader="false"> // Disabled header
<DialogContent>
<p>This is a simple dialog</p>
</DialogContent>
</ej:Dialog> |

|
<style class="cssStyles">
.e-combobox.e-input {
max-width : none; // Set max-width is none on combo box input element
}
</style>
|