Hello,
for a database table 'FAQ' (with columns Question and Answer) I want use the PanelBar to show the faq. If I use https://demos.telerik.com/aspnet-core/panelbar/remote-data-binding then the Answers (the childs) ar not displayed. But this I could solved by a ajax call which write the response to an array 'data'.
The childs are displayed as buttons. Can I display the child text as normal text?
And can I render the child text as html for links, formatting ...?
Dojo: https://dojo.telerik.com/OQusiTiJ
Regards,
Peter
5 Answers, 1 is accepted

When can I edit my post???
Admin, please change title to "PanelBar for FAQ?"

By setting the items option of the root items (Q1, Q2, Q3) you are creating sub-items which why they act like buttons. Instead you could use the content option of the root items. I modified your example accordingly: dojo example. As far as I can tell this also resolves the line spacing issue.
As for post editing, this functionality is currently not available for the users, but I updated the title.
Regards,
Ivan Danchev
Progress Telerik

Thank you, Ivan!
This solve also an other issue:
The included html-code: <a href="http://www.loremipsum.de/">Lorem ipsum</a> was not rendered.
Now the link is shown!
Best Regards,
Peter
I am glad the approach with using the content option worked out.
As for the issue with the link in the original example you posted, there was a missing anchor closing tag:
<
a
href
=
"http://www.loremipsum.de/"
>Lorem ipsum</
a
>
Regards,
Ivan Danchev
Progress Telerik