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
