Unplanned
Last Updated: 15 Dec 2020 08:05 by ADMIN
Mi
Created on: 10 Dec 2020 08:22
Category: SyntaxEditor
Type: Bug Report
0
RadSyntaxEditor: XMLFoldingTagger is not documented
1 comment
ADMIN
Nadya | Tech Support Engineer
Posted on: 15 Dec 2020 08:05

Hello, Mi,

The provided information is greatly appreciated. I confirm that there is missing information about the XmlFoldingTagger in the documentation and I have approved this bug report.

I have also updated your Telerik Points.

To be able to use the XmlFoldingTagger in the RadSyntaxEditor control, you need to register it in TaggersRegistry the same way as the other taggers:

 XmlFoldingTagger xmlFoldingTagger = new XmlFoldingTagger(this.radSyntaxEditor1.SyntaxEditorElement);
 this.radSyntaxEditor1.TaggersRegistry.RegisterTagger(xmlFoldingTagger);

I hope this helps. Should you have other questions do not hesitate to contact us.

Regards,
Nadya
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.