|
<h2> EJ1 Combobox </h2>
<div class="row">
<ej-combo-box id="ej1" datasource="(IEnumerable<Languages>)ViewBag.data" placeholder="Select a Language">
<e-combo-box-fields text="text" />
</ej-combo-box>
</div>
<h2> EJ2 Combobox</h2>
<div class="row">
<ejs-combobox id="ej2" dataSource="@ViewBag.data" placeholder="Select a Language" >
<e-combobox-fields text="text" ></e-combobox-fields>
</ejs-combobox>
</div> |
|
<!-- Essential JS 1 default theme -->
<link rel='nofollow' href="resources/ej1/default-theme/ej.web.all.compatibility.min.css" rel="stylesheet" type="text/css" />
<!-- Essential JS 2 material theme -->
<link rel='nofollow' href="resources/ compatibility/material.css" rel="stylesheet" type="text/css" /> |
|
<script>
$.extend(ej, Syncfusion);
</script> |
|
<ej-script-manager> </ej-script-manager>
<ejs-scripts></ejs-scripts> |