Hello,
I am using telerik ui for blazor version 3.7.0 where i am implementing telerik grid onread method .This method have TItem as ABC<T> where ABC and T both are classes.While representing this kind of generic classes in TItem the data is not being populated to the grid .Is this an issue in telerik or am i not following the correct structure for generic representation in TITem?
The snippet of sample code is attached here:https://blazorrepl.telerik.com/GRvaYjEe11IMof9t20
Thanks