The formatting of styles from Silverlight to ExtJS to Bootstrap,datatable (DataGrid) hasn't changed.

Source: Internet
Author: User
Tags silverlight

<table id= "TableOrder" data-toolbar= "Tablebtngroup" data-row-style= "RowStyle" ><thead style= " Background-color: #f0f0f0; " ><tr><th data-field= "Ordername" data-width= "20%" data-cell-style= "CellStyle" > Order name </th><th Data-field= "OrderNumber" data-width= "20%" data-cell-style= "CellStyle" > Order number </th><th data-field= " Ordertypedesc "data-width=" 10% "> Order type </th><th data-field=" Paystatusdesc "data-width=" 10% "> Payment status </ th><th data-field= "Businessstatusdesc" data-width= "10%" > Order status </th><th data-field= "CreatorName" Data-width= "15%" > Create user </th><th data-field= "createtime" data-width= "15%" > Order Date </th><th Data-field= "OrderType" data-visible= "false" ></th><th data-field= "Businessstatus" data-visible= "false" ></th><th data-field= "id" data-visible= "false" >id</th></tr></thead></table >

  

function RowStyle (row, index) {return {css: {"color": "Blue", "cursor": "Pointer"}};} function CellStyle (value, row, index, field) {return {css: {"color": "Blue", "cursor": "Pointer"}};}

  

The formatting of styles from Silverlight to ExtJS to Bootstrap,datatable (DataGrid) hasn't changed.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.