I'm having an interesting issue with the VS Designer and Telerik forms. My forms are shrinking! Sure, I can set the size in code behind, but I shouldn't have to. This is a problem with all my Telerik Winforms projects.
Create a new Telerik Winforms project. Expand the original form and add a grid. Anchor the grid. Save and close the form. When the form is reopened, the grid is the correct size, but the window shrinks.
It appears the designer fails to set the Size property.
Is it just this machine?
Please advise.
VS2022, Telerik Winforms 2023.1.117
I'm doing lots of updates and deletes in my Spreadsheet, but the UseCellRange parameter doen't seem to get updated.
How is it calculated?
I don't really want to create my own version of it, but I can't seem to make it accurate.
Even when I can see that rows are empty, it thinks they have some content, then those blank rows get processed when they should not.
Any ideas?
I have some controls which get embedded inside another application, so they don't have aparent Form.
But they need to share the same Theme as all the forms.
Setting the Theme for the forms is easy.
But I can't see where to apply the same Theme to a Control? Is this even possible?
Hi Team
Please suggest one Example realated to "Replace Infragistics toolbar by using Telerik controls"
Thanks.
I want to change the highlight color of a selected row. But, I can't.
Could you tell me how to do it?
I'm using PatternFill.CreateSolidFill to add colors to some of my spreadsheet cells, and it works fine.
But when I come to reset those colors back to 'normal' , their borders have gone:
Here, I apply the fill to some cells, but want to reset the color where the formatting rules does not apply. I am applying a solid fill, like:
PatternFill.CreateSolidFill(ThemableColor.FromArgb(255, 255, 255, 255))
..but this is where the border goes away.
How should I reset the border as well as the original color ?
Thanks
Hi,
I have issues in my application which makes use of HTML formatted text in RadLabel. The issue I have is that spaces between words can get lost. This is easy to reproduce using the your latest demo application for Winforms R1 2023 SP1.
See this screen shot which shows there are spaces between every word.
I believe this issue manifests in grid view and probably all other controls which render HTML based text.
Thanks
Toby
I need a Solution for export Thai (or any other complex Language) document as pdf. Is there any solution for now?
I'm using Telerik rich Text editor for windows form