Hello! When I try to populate a grid with data I can only get it to show the data if I don't use a nested object. For example:
An object like this I'd assume I could access by adding a grid column like this:
When I do it this way however nothing shows up although all items do load into the grid, they just don't show any text.
To make it show text I can only use the first level of properties in the object:
In this case I'd see the data in this property on the table.
Is this a bug or intended functionality?
Existing REPLs do not compile and run any more.
Here is one simple example. and the error messages you get when you try to save/run
Telerik REPL for Blazor - The best place to play, experiment, share & learn using Blazor.
The type or namespace name 'Telerik' could not be found (are you missing a using directive or an assembly reference?) | __Main.razor | 22 | |
The type or namespace name 'Telerik' could not be found (are you missing a using directive or an assembly reference?) | __Main.razor | 23 | |
The type or namespace name 'Telerik' could not be found (are you missing a using directive or an assembly reference?) | __Main.razor | 24 | |
The type or namespace name 'Telerik' could not be found (are you missing a using directive or an assembly reference?) | Comp1.razor | 23 | |
The type or namespace name 'Telerik' could not be found (are you missing a using directive or an assembly reference?) | Comp1.razor | 24 | |
The type or namespace name 'Telerik' could not be found (are you missing a using directive or an assembly reference?) |
The Basic Usage Demo of the DataSource does not run in REPL.
https://blazorrepl.telerik.com/GQYpbvbP37ENDltY58
This sample seems to be broken. It won't run.
I included a nuget package, but the code will not compile because it can't find the package symbols.
For example:
https://blazorrepl.telerik.com/cbPPOzcQ05pZuq4a09
From this page: Hierarchy in ASP.NET Core Grid Component Demo | Telerik UI for ASP.NET Core
Edit it REPL
Run, works fine
Make a simple change like changing height to 500px
Run, gives a blank screen on right side.