Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
143604 | Mar 28,2019 05:38 PM UTC | Mar 29,2019 09:14 AM UTC | ASP.NET Core - EJ 2 | 1 |
![]() |
Tags: DataGrid |
@Imports Syncfusion.EJ2
<!DOCTYPE html>
<html>
<head>
...
<!-- Syncfusion Essential JS 2 Styles -->
<link rel="stylesheet" rel='nofollow' rel='nofollow' href="https://cdn.syncfusion.com/ej2/material.css"/>
<!-- Syncfusion Essential JS 2 Scripts -->
</head>
<body>
...
@Html.EJS().ScriptManager()
</body>
</html>
|
<pages pageBaseType="System.Web.Mvc.WebViewPage">
<namespaces>
...
<add namespace="VBSample" />
<add namespace="Syncfusion.EJ2" />
</namespaces>
</pages> |
[Index.vbhtml]
@Imports Syncfusion.EJ2
@Html.EJS().Grid("Grid").DataSource(Model).AllowPaging().Render()
[HomeController.vb]
Function Index() As ActionResult
BindDataSource()
Dim contracts = order
Return View(contracts.ToList())
End Function
|
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.