HI
I have found that the HtmlAttributes() settings of ResponsivePanel are lost unexpectedly (not keeped) :
@(Html.Kendo().ResponsivePanel()
...
.HtmlAttributes(new { @class = "my-class1", @my_attr1 = "my-attr1" }))
ResponsivePanel is not allow to set custom html attributes (css classes, element attributes) ?
Is this problem will fixed in future release ?
Best regards
Chris