You will see that the text-indent inline styles are stripped down and the indentation is missing.
Hi Narendran,
Thank you for the bug report!
It will be fixed in the next R2 2022 major version of Telerik UI for ASP.NET AJAX.
The workaround you can use till the appearance of the new version is the JavaScript array below which adds the text-indent option to the cssPropertiesToKeep array:
<script>
Telerik.Web.UI.Editor.Utils.cssPropertiesToKeep = ['color', 'background', 'backgroundColor', 'background-color', 'opacity',
'height', 'width',
'margin', 'margin-top', 'margin-right', 'margin-bottom', 'margin-left', 'marginTop', 'marginRight', 'marginBottom', 'marginLeft',
'padding', 'padding-top', 'padding-right', 'padding-bottom', 'padding-left', 'paddingTop', 'paddingRight', 'paddingBottom', 'paddingLeft',
'font-size', 'fontSize', 'font-family', 'fontFamily', 'font-weight', 'fontWeight', 'fontStretch', 'fontStyle', 'fontVariant',
'border', 'borderSpacing', 'border-top', 'borderTop', 'border-right', 'borderRight', 'border-bottom', 'borderBottom', 'border-left', 'borderLeft',
'borderColor', 'borderBottomColor', 'borderLeftColor', 'borderRightColor', 'borderTopColor',
'borderStyle', 'borderTopStyle', 'borderRightStyle', 'borderLeftStyle', 'borderBottomStyle', 'borderWidth',
'listStyleType', 'listStyleImage',
'text-align', 'textAlign', 'text-decoration', 'textDecoration', 'letterSpacing', 'start', 'line-height', 'text-indent']
</script>
<telerik:RadEditor ID="RadEditor1" runat="server"></telerik:RadEditor>
Best Regards,
Rumen
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/.