@Html.EJ().Rating("Rating").Value(4)

<label>Normal Rating</label>
@Html.EJ().Rating("Rating").Value(4)
<label>ReadOnly Rating</label>
@Html.EJ().Rating("Rating2").ReadOnly(true).Value(5) |
Description |
Link |
Getting started |
|
Customization |
|
API reference |
|
Live demo |
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>@ViewBag.Title - My ASP.NET Application</title>
@Styles.Render("~/Content/css")
@Scripts.Render("~/bundles/modernizr")
<link rel='nofollow' href="~/Content/ej/web/default-theme/ej.web.all.min.css" rel="stylesheet" />
<script src="~/Scripts/jquery-3.3.1.min.js"></script>
<script src="~/Scripts/jsrender.min.js"></script>
<script src="~/Scripts/ej/web/ej.web.all.min.js"></script>
<script src="~/Scripts/ej/common/ej.unobtrusive.min.js"></script>
</head> |
@{ Html.RenderPartial("_Dialog"); }
@{ Html.RenderPartial("_Dialog"); }
|
<button type="button" id="code" class="btn btn-info btn-lg" data-toggle="modal" data-target="#myModal">Open Modal</button>
<div class="modal fade" id="myModal" role="dialog">
<div class="modal-dialog" style="height:100%;width:100%">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4 class="modal-title">Modal Header</h4>
</div>
<div class="modal-body">
<div class="control-section">
<div class="content-wrapper">
<table class="slider_table">
<tbody>
<tr>
<td>
<div class="sliderwrap">
<label>Rating 1</label>
@Html.EJ().Rating("Rating1").Value(4).Width("600px")
</div>
<div class="sliderwrap">
<label>Rating 2</label>
@Html.EJ().Rating("Rating2").Value(5).Width("600px")
</div>
<div class="sliderwrap">
<label>Rating 3</label>
@Html.EJ().Rating("Rating3").Value(3).Width("600px")
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
|
We are glad to announce the release of Essential Studio 2022 Volume 4 (v20.40 which include Blazor Rating Component.
Blazor Rating Component Getting Started
We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance.