Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
147438 | Sep 10,2019 11:17 PM UTC | Sep 13,2019 05:32 AM UTC | Blazor | 5 |
![]() |
Tags: Grid |
<GridColumn HeaderText="Employee Image" TextAlign="TextAlign.Center" Width="120">
<Template>
@{
var employee = JsonConvert.DeserializeObject<EmployeeData>(JsonConvert.SerializeObject(context)); // manually serialize the object to respective types.
<div class="image">
<button>@employee.FirstName</button>
</div>
}
</Template>
</GridColumn> |
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.