For example, if you choose to print second page like this:
It prints only the first page of the document, instead of the second page.
In this scenario, the text on the connection between two shapes is drawn in the wrong location.
Me.radToggleSwith1.OffText = "OFF"
Me.radToggleSwith1.OnText = "ON"
1. Select two or more cells.
2. Click on the "All charts" button
3. The charts are not displayed and the following error occurs:
Setting the Title property should update the header text:
this.radPageViewPage1.Title = "test";
When Windows 11 Dark themes are applied the Legend items panel back color is not changed. This behavior is observed in the following themes:
Repro-steps:
myRadGridView.Rows.Add((GridViewDataRowInfo)null);
Actual behavior
Excepted behavior
Remark
The method AddRange is also impacted by this bug.