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.
Is there anyway to get the values from an unbound column of the SfDataGrid? Let's say I have my expression as Actions / Minutes with 50 rows. I'd like to somehow get all the values of that column so I can load them into a SfChart.
VRVigneshkumar Ramasamy Syncfusion Team November 8, 2018 11:48 AM UTC
Hi Mark,
Thanks for using Syncfusion support.
We have checked your query. You can get theGridUnboundColumncell value by using “GetUnboundCellValue” and store it in to collection and set the collection to chart. We have prepared the sample based on your requirement and attached the same for your reference. You can download the sample from the below link.