Declined
Last Updated: 07 Jan 2026 14:52 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 17 Jul 2015 12:02
Category: Editors
Type: Bug Report
1
FIX. RadTextBox - the text is shifted when the Multiline property is set to true
To reproduce:
public Form1()
{
    InitializeComponent();

    this.radTextBox1.Text = "abcd";
    this.radTextBox2.Text = "abcd";
    this.radTextBoxControl1.Text = "abcd";
    this.radTextBoxControl2.Text = "abcd";

    this.radTextBox2.Multiline = true;
    this.radTextBoxControl2.Multiline = true;

    this.textBox1.Text= "abcd";
    this.textBox2.Text= "abcd";
    this.textBox2.Multiline = true;
}

Workaround: set the Multiline property to true in the Form.Load event.

Second workaround: this.radTextBox2.TextBoxElement.TextBoxItem.Margin = new Padding(-2, 0, 0, 0);
Attached Files:
1 comment
ADMIN
Nadya | Tech Support Engineer
Posted on: 07 Jan 2026 14:52

Hi,

This behavior was initially reported ten years ago and has not received significant demand or follow-up from the community since then. Given this, along with the availability of a viable workaround, I will mark the item as Declined.

In case this limitation continues to impact your scenario, please feel free to share additional context or specific use cases. This information will help us better assess the severity and reconsider its prioritization in the future. Thank you.


Regards,
Nadya | Tech Support Engineer
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.