Dear Telerik Team,
We have a scaling problem on a 4K monitor when using RadPivotGrid and calling the RunExport method over the PivotGridSpreadExport instance.
We created the small solution in Visual Studio 2019 which is enough to successfully recreate the issue. Please note that during the development of the solution, the automatic scaling option in Visual Studio was off.
After starting the solution on a 4K monitor and calling the RunExport method over the PivotGridSpreadExport instance, the scaling was automatically performed over the whole solution (all forms and all their components were scaled, see the attached screenshots). At the moment of starting the solution, Scale and Layout option (under Display Settings on Windows) was set to 150% (Recommended). The same invalid result was when we set that option to 175%. Also, we tried to start the solution with every possible value for the AutoScaleMode property (Font, Dpi, None, Inherit) for all existing forms in the solution. The result was the same every time.
We think that the RunExport method makes a problem - the scaling is valid when we skip that call (see the attached screenshots), under the same conditions.
The mentioned solution with the required files can be found on the following link:
Could you please take a look at the solution and investigate the described issue?
Should you have any further questions about the described issue, feel free to contact us.
Thank you in advance for your help.
Hi
I have found this Show Summary Values for Collapsed Groups in RadGridView | Telerik UI for WinForms
It kinda work but when you have a lot of rows and 3 levels of sub-groups, you just don't see much because of all the space that is lost.
Do you have anything that would display the aggregate values directly on the grouped row?
I have set the resource colour using "Me.RadScheduler1.Resources(0).Color = Color.Green" but after I click SAVE, the resource colour disappears and becomes grey. Can you let me know what I need to do?
Thanks and best regards,
Dominic
Good afternoon!
I have a class object that has several properties. I have a RadGridView that I've created columns in with field names that match the class properties. When I assign the list of class objects as the datasource to the gridview, everything fills in correctly except the list of strings. Everything shows up great except the combo boxes that have field names that corresponds with List<string> properties in the class object. The list of strings displays as "System.Collections.Generic.List". Each row is a distinct object with a different list of strings. How do i populate the combo boxes in the with the data in the class object's properties that are List<string>?
I'm trying to understand and add a RadScheduler to my winforms app that has resources available. I'm having issues trying to get the resources working.
First item, are the below tables being create correctly (Oracle DB backend using entity framework)?
CREATE TABLE APP_APT_SCHEDHi ,
I add Shape page. In page , can I add shape similar like pic. If I choose the triangle shape and shareholder can change triangle shape? How to write it . Please let me know. If that way can't do, how to do other way. I want to change shape because user want to change any of shapes.
Thanks,
Moe
Is it possible to Hide the Header Title In PageView When In Navigation View Mode?
Hi ,
I want to know Raddiagram shape and color and note move. My program will show below attach (Raddigarm)and user can change shape and color and note move. I would like to know how to do.
What I want in below attach file(want to change.PNG).
My question is below.
Please reply to me asap.
Thanks,
Moe
Is there a way to set the DescriptionImage Image Alignment to TopLeft?
If not, then the TaskCardElement.DescriptionImage.ImageAlignment property is Missing