Unplanned
Last Updated: 15 Jan 2024 10:22 by Yuriy
Created by: Yuriy
Comments: 0
Category: Repl for Blazor
Type: Bug Report
1
I experience random No active file to update and console errors.
Unplanned
Last Updated: 18 Aug 2023 12:59 by ADMIN
Created by: Robert
Comments: 1
Category: Telerik REPL
Type: Bug Report
0

REPL for aspnet core notifications is broken, it runs on first load and then fails to do anything if I change even a single character and then try to run it again

ASP.NET Core REPL - ASP.NET Core Components Playground & Testing - Telerik

Not sure that link will work but I'm talking about the notification that shows email message, error message and upload success

I'm seeing message in dev tools about  'isMobile is  not defined'

Running in Windows 10, latest version of Edge OR latest version of Chrome

 

 

Unplanned
Last Updated: 18 Nov 2022 15:41 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?

Unplanned
Last Updated: 13 Jun 2022 05:48 by ADMIN
Created by: Ak
Comments: 3
Category: Repl for .NET Core
Type: Bug Report
0

The Basic Usage Demo of the DataSource does not run in REPL.

  1. Run the demo https://demos.telerik.com/aspnet-core/datasource
  2. Only the headers are displayed
 
Unplanned
Last Updated: 12 Nov 2021 13:00 by ADMIN

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

 

 

Unplanned
Last Updated: 11 Nov 2021 14:21 by ADMIN
Created by: Rick
Comments: 1
Category: Telerik REPL
Type: Bug Report
0

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.