The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
if value of cell is TRUE i want it to show trueicon.png
if value of cell is FALSE i want it to show falseicon.png
IKIsmail KarakayaJune 27, 2016 11:03 AM UTC
ASAbinaya Subbiah Syncfusion Team June 28, 2016 07:18 AM UTC
Hi Ismail,
We can achieve your requirement by using if else control blocks of JsRender and change the image URL based on Verified column value. Please refer to the below code example.