In RadRichTextBox, if I input the chinese punctuation , for example “、”, it just shows as a space
but if I copy the chinese punctuation from other place ,then paste it, it shows the correct punctuation
see the attached file.
Hi every body ...
I'm using RadRichTextBox control. It is a very powerful control. In my scenario, user can add comments every day, but he can't delete the comments he had created in the previous day.
How can I Control deletion of the comments......
I thought of marking the comment using tag property or a similar property but I couldn't do this. Any help is greatly appreciated.
I'm really need help with this issue.
I'm successfully create a custom control and inserted on the RadRichTextBox using the FloatingUIContainer.But now I have tried everything to create a option capable to remove the custom control from the document. But nothing works and I do not have any error or any kind of feedback. The last test was follow below:
radRichTextBox.Document.CaretPosition.MoveToStartOfDocumentElement(FloatingUiElement);radRichTextBox.Delete(false);
Nothing happen when I'm used this command.
I'm need to move the FloatingUIContainer on the page too. But once the element is on the page, I can't move them anymore. Even changing the container horizontal position. Once the scrolling of the document is activated the element returns to the original position.
Somebody can help me?
Hello,
Tested with the Office 2013 theme, not with other ones.
I have a WPF application with many grid views, some in docking panes and other outside docking panes. When a grid view is inside a docking pane and it has column groups, the column groups are not shown. What I can see is a double line at the top of the headers, as if the column groups are empty.
Previously, this was working fine, but as soon as I installed the last version of UI for WPF, the column group headers are missing.
I am using 2017.1.117.40
Here is the scenario:
1. Create 6 RadPanes using MVVM - TestListView, TestPropertyView, TestRestulView, TestGraphView, TestActionView & CorrelationMeasurementView
2. Only TestListView, TestResultView are visible when RadDocking is loaded while the rest are not.
3. Click on a Dispose button. All RadPanes are visually removed from RadDocking.
4. Make a memory profile using dotMemory.
5. TestListView, TestResultView & TestPropertyView are properly disposed. While TestActionView, TestGraphView & CorrelationMeasurementView (all with R adGridView defined) are still being retained in the memory.
6. When remove RadGridView reference from TestListView, then run through the same step to dispose RadDocking & RadPanes, TestActionView is properly disposed from the memory.
7. Another test is to select TestActionView once after RadDocking has loaded. Then click Dispose button. TestActionView can be properly disposed.
p/s: sorry, i can't provide any sample project at this moment for you to reproduce the problem.
HI,
I have an issue when showing pdfs with signatures.
I have no problem showing signatures, but my is problem is that signature is rorated.
These signatures are showed correctly in Adobe PDf Reader.
By example I´m using a pdf provided by Adobe (https://blogs.adobe.com/security/SampleSignedPDFDocument.pdf) for testing purpouses and I have the same problem.
Thanks in advance,
Alejadro.

Hi,
I'm using RadDocking.GetFloatingWindowState(myRadDocumentPane) method on my floating documentPane. I have maximzied floating window by double clicking on its header, and then checked still this method returns "Normal state" result.
I need to find out if my floating window is in maximized state or not.
Thanks,
Tayyaba
hello ! this question I dont know how to explain it
but i hope there is someone can help me and answer me
i use radgridview to show my data
but sometimes my there is no data in my radgridview
and rows in radgridview will become smallest (!!!!) ( it will be like the picture
but i dont want it become narrow :(((
please help my question
Hello,
I am trying to update controls for one application from 2013 to latest 2018.2.515.40 version. No updates of controls were doen in meantime. Implicit styles No XAML approach is used, so should be down to "just" switching to new dll files. Solution has many projects, but Telerik is manily in two projects: one where some "basic controls" are defined in custom XAML files but referencing Telerik controls and styles, and oneStartUp project that inherits previous one and where all the Views are defined.
After updating to new DLLs (and adding including some that were not necessary before, but I suppose there was some restructure), we get "name does not exist in the namespace schemas.telerik.com/2008..." all around. I already searched and this usually happens if versions are not the same, but I already triple checked it. Also I found this and checked .csproj files and checked each dll file like it is said in that topic, deleted bin folders and restarted Visual Studio. Problem still remains.
I am using DLLs version .40 since in solution not all projects are .NET 4.5, so here and there we might use Telerik.Windows.Controls, so everywhere are used 4.0 libraries. I expect this is not a problem since it should work in both 4.5 and 4.0 projects, correct? Also, should I use approach without versions in csproj, only with HintPath? All DLLs come from same latest version and all are 4.0 so I'm out of ideas. Solution builds and application can run, but nothing from Telerik is displayed.
Help, please.
