Maximize productivity with
30% off* for a limited time
using BOOSTDEV30.
Includes 3- and 5-packs.
*Some exclusions may apply.New Product LaunchBoldDesk: Help desk ticketing software starts at $10 for 3 agents.
Try it for free.
<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> |