Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
151300 | Feb 6,2020 07:58 AM UTC | Feb 7,2020 02:24 PM UTC | Blazor | 1 |
![]() |
Tags: Checkbox |
<EjsCheckBox EnableRtl="true" LabelPosition="Syncfusion.EJ2.Blazor.Buttons.LabelPosition.After"
Label="@OrderID.ToString()" Value="@OrderID.ToString()" ValueChange="@(e => OnValueChange(OrderID.ToString()))" ></EjsCheckBox>
@code{
private int OrderID = 10;
private void OnValueChange(string OrderId)
{
// you can get orederId value here.
}
}
|
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.