Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Syncfusion DataGrid does not have an option to query sub list from a class:-
public class Movie
{
public Dates Dates { get; set; } = new();
public int Page { get; set; }
public List<
public int Total_Pages { get; set; }
public int Total_Results { get; set; }
}
how to populate lists of data from Results in sfgrid column.