BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
<ej:grid id="FlatGrid" runat="server" allowscrolling="true"> <ScrollSettings Height="400" Width="880" ></ScrollSettings> <Columns> <ej:Column Field="OrderID" HeaderText="Order ID" IsPrimaryKey="true" TextAlign="Right" Width="90"> </ej:Column> <ej:Column Field="CustomerID" HeaderText="Customer ID" Width="90"> </ej:Column> <ej:Column Field="EmployeeID" HeaderText="Employee ID" Width="110"></ej:Column> <ej:Column Field="ShipCity" HeaderText="ShipCity" Width="90" /> </Columns> <ClientSideEvents Create="create" /> </ej:grid> <script type="text/javascript"> function create(args) { this.getHeaderContent().addClass("e-hide"); this.getContent().css("border-top", "1px solid #c8c8c8"); } |
Hi Jorge,
Thanks for the update.
Please get back to us if you need any further assistance.
Regards,
Sellappandi R