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:

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

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