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";

Declined
Last Updated: 08 Sep 2026 15:03 by ADMIN
Created by: Nadezhda
Comments: 1
Category: Telerik REPL
Type: Feature Request
0

We are researching if hot reload can be used in REPL and whether it will affect its performance. 

We want to evaluate the community's interest and feedback in this regard. Please vote for this item if you'd like us to add a hot reload feature. Please also share your thoughts on whether it should be enabled by default or if you'd prefer to have the ability to toggle it when needed.

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?