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.
PSPremkumar Sudalaimuthu Syncfusion Team March 17, 2022 10:25 AM UTC
Hi sanghoon ,
We can able to achieve your requirement using cellselected event. In the below sample, we are getting the values of particular cell from currentViewData using cellSelectedevent. Please refer to the below sample for more information.
Code snippets:
APP.Vue
cellSelected: function(args){
var ganttObj = document.getElementById('gantt').ej2_instances[0];