Skip to content

Responsive Panel gets affected by TemplateInfo.HtmlFieldPrefix #8057

@eyupyusein

Description

@eyupyusein

To reproduce the issue, open the following REPL sample:
https://netcorerepl.telerik.com/QyFPmlFR39pKo7vQ51

When this setting is present:

@{
    ViewData.TemplateInfo.HtmlFieldPrefix = "message";
}

The responsive panel's id and name attributes are wrongly affected:

Image

The result should be the the same as if the setting was removed:

Image

This unexpected prefix breaks the layout and other custom logic on the page.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions