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.
The filter (yesterday, today, specific date) for DateTimeColumns only work for data without time portions. If the data contains date with time values the filters are useless.
I've changed the behavior for the yesterday/today filter with the OnFilterPopupRequired event (https://docs.telerik.com/devtools/winforms/gridview/filtering/excel-like-filtering) Is there any simple way to override the behavior for the calendar element? (select a specific date the filter has to be for the entire day 00:00 to 23:59, so it needs be a composite filter >= and <)
Anyway: the filters should work for date and datetime data by default


Hello,
I have an application on 2 screens. I want to dock controls on the 2 screens and move them from one screen to the other screen.
So, I have to drag drop controls from the first raddock to the second and back but I didn't found any solution to do it.
Is there a solution ?

Hello,
I had an project from Visual Studio 2013 and When i click with right button mouse, it appear the ContextMenuStrip, so now, with VS 2017, I need to modify the project (Another PC with VS 2017 having Telerik extensions ) but now it doesn't appear the ContextMenuStrip on RadGridView component, but on RadGridView property I have ContextMenuStrip set to the right component, but it doesn't appear. Why?
Can anyone help me?
Thank you


I am having issues laying out a basic layout using RadDock. I am using the RadDock Advanced Layout Designer to layout the Tools window.
See the attachment, when the user resizes the form, I would like to have the Tool Window fill to the right, how can I dock the Tool Window to dock appropriately? What I don't understand is that if I use the Document Window Option, it works but not for the tool option.
Hi,
I have a groupped gridview with summary row that calculate subtotal of each groups
and one grand Total at end of Grid (after set : gridview1.MasterTemplate.ShowTotals = true)
But In my senario I need one summery row for each groups and three grand Total at end.
Is it possible?
Thanks
