I'm changing the Row Height at event RowPaint() according to my needing.
But I need to know the "normal" or "default" row height to apply according to the used theme.
I am new to Telerik controls.
I have a radbutton with image, currently when I set the button with ENABLE = FALSE, the image is the same, it is hard to recognize it is Enable or Disable.
When I use regular microsoft button control, the Disabled button is easy to see.
Please advise how to archive it.
Regards,
Patrick

Hi
I followed the following link to implement custom grouping sorting in my app, however after using the search on the property grid the names of the groups revert to the unformatted names (see the attached Image)
https://www.telerik.com/forums/custom-grouping-in-propertygrid
Any Help would be appreciated


Two quick questions:
1) Is there any way to adjust the height of the panel that pops open when you include DetailsText?
2) MessageText seems to be "HTML Aware" but DetailsText isn't - is this a bug or as designed?
Thanks!
-Curtis
In the examples that were included with the winforms samples there is the RadChatExamples. Where is the code for the actual bot that it calls. I woul;d like to down load the code and see what it is doing on the backend.
Thanks,
Tim

Would it be possible to add other controls like a combobox or list view into the Chat UI? If the user has many choise I wouldn't want to fill the screen with all of the choices.
Thanks,
Tim

Hello,
I have a Scheduler control using all the time the MonthView with .AccessibleInterval.Start and .AccessibleInterval.End defined
The problem is the behavior who reset the scroll position to .AccessibleInterval.Start when the .AccessibleInterval.End its reached
The question is : How I can disable that reset?
I just want when the scroll reach .AccessibleInterval.Position if the user scroll down that scroll stay and dont move more.
Thanks for your help and time.

For years we've just accepted that running at a different DPI than 100% causes our WinForms app with Telerik to be less than useful. All the text of words ends of being shrunk with dots. I.e. "Welcome" would become "Welc…" in the UI on labels, buttons, etc.
Is there a way to overcome this? With users and their 4K monitors at 350% DPI our application is no longer useable.

How to list search item while entering details inside the Radgrid?
Here I have created Entry Grid and Search Grid separately, On cell value change Search grid lists item correctly
but on enter key press value not assigning to entry grid at specified cell.
please find the attached screen shot.
And also suggest on how to show the search grid under the first grid selected cell.