BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
[cshtml]
@(Html.EJ().ListView("testListView").DataSource(ds => ds.URL("http://mvc.syncfusion.com/Services/Northwnd.svc/")).Query("ej.Query().from('Customers').take(5)").ShowHeader(true).HeaderTitle("List View").CssClass("customclass").FieldSettings(fs => fs.Text("CustomerID")).Width(350).Height(500))
|
[style]
.e-lv.customclass .e-htitle, .e-lv.customclass .e-btn-text {
font-size: 20px; //customize the header font-size
height:35px;
}
.e-lv.customclass .e-header {
height: 60px; //customize the header dimensions
}
.e-lv.customclass .e-list {
font-size:16px; //customize the list items font-size and dimensions
line-height:25px;
} |