Declined
Last Updated: 08 Nov 2024 14:55 by ADMIN
Created by: Gold Star
Comments: 2
Category: Telerik REPL
Type: Bug Report
0

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?

Declined
Last Updated: 25 Nov 2021 13:05 by ADMIN
Created by: Liero
Comments: 3
Category: Telerik REPL
Type: Feature Request
0

I want to be able to use NuGET library that dynamically imports ES6 modules in REPL.

 

Here is example of such REPL:

https://blazorrepl.telerik.com/GlbPumla45EkSDpz44

 

it fails to load following javascript file:

var scriptPath = "./_content/Toolbelt.Blazor.HotKeys/script.min.js";