Hello all,
I am currently developing a web app using SyncFusion's Blazor-based grid. I have found that using the RowTemplate and defining my own table elements has led to much higher performance... I need to load many hundreds of rows and columns without paging, so I have no choice but to use the RowTemplate as the performance is too slow when just using the GridColumn component. My problem is that when I use a right-click context menu, I am unable to get the data from the row I right clicked on. I'll upload a file which contains my example code.
Any guidance would be much appreciated. Thanks!
Marc