<div style="height:500px; width:900px">
<ej:Spreadsheet ID="Spreadsheet1" AllowImport="true" AllowFormulaBar="false" Locale="en-US" OnServerExcelExporting="Spreadsheet1_ServerExcelExporting" OnServerCsvExporting="Spreadsheet1_ServerCsvExporting" OnServerPdfExporting="Spreadsheet1_ServerPdfExporting" runat="server">
<ScrollSettings IsResponsive="true" Height="100%" Width="100%" />
</ej:Spreadsheet>
</div> |
<style type="text/css">
html, body, form, .control, .info {
height: 99.9%;
}
</style>
<div class="control">
<section class="info">
<ej:Spreadsheet ID="Spreadsheet" runat="server">
<ScrollSettings Width="100%" Height="100%" IsResponsive="true" />
</ej:Spreadsheet>
</section>
<section class="action">
</section>
<section class="data">
</section>
</div> |