Hi Satheesh Kumar,
Thanks for the update.
We are sorry for the delay in getting back to you. We are not able to reproduce your reported issue in our end. We have prepared a video of working sample and the same can be downloaded from the below link. Please have a look at the video.
Video:
https://www.syncfusion.com/downloads/Support/DirectTrac/93151/BooleanValue_JSON-950896707.zip
Please let us know if you have any concerns.
Regards,
Bala Murugan A.S
| .Column(column => { column.Add(p => p.ProductID).HeaderText("Order ID").Width(90).TextAlign(TextAlignment.Right); column.Add(p => p.ProductName).Width(100); column.Add(p => p.Discontinued).Width(90);//set boolean property to this column. }) |
| |