Hello,
Is it possible to implement a summary row which would work as such :
Displays sums for every GridViewDecimalColumn independently from their Name attribute.
Thanks in advance
Hello!
I need to capture when column-resizing with a mouse has COMPLETED. I expected this would be done in ColumnWidthChanged but for reasons unknown to me that event fires WHILE the user is resizing...exactly like how I would expect ColumnWidthChanging to work.
It's like the resize is happening "Live" instead of waiting for the user to complete their resize THEN firing.
Any suggestions would be very much appreciated!
I have several forms with RadLayoutControl that looks fine in the Designer, but then running the application, they go completely wild.
I recently enabled HDPI support, all my usercontrols without LayoutControl work fine, but LayoutControl seems to be different.
Pic1 is from Designer, Pic2 from the running application, and I created a minimal reproducable example but I'm unable to attach it here.
Yes, I put Visual Studio in the 96dpi Mode, before using the Designer.
I tested on several computers, but everywhere the same awkward result.
Hi,
I'm using RadRichTextBoxRibbonUI to handle a richtext box.
By default the control creates a drop down list with all the available fonts of the system. I would like to restrict my user and provide him/her with specific ones.
I wold like that the fonts are not show in the drop down and not load them in the document, for instance if the user paste some text with other font the editor will not recognize the font and paste it with one of the defaults.
How do I do that?
Thanks!
Hi,
I am trying out 2019 R2 to see if it works ok before upgrading from 2017 R1.
I have noticed a problem on a RadForm when setting the formstyle to none then maximizing the form, the top and left are -8. Any object put at the top of the form is too high and too far to the left. Is there a reason for this change like a shadow on the form or something I'm missing
It worked as expected in 2017 R1.
Kind rgeards,
Matt.
Hello,
Probably little bit strabeg question:
Is it possible to run some external WinForms exe in DocumentWindow?
Thank you.
Hi, I have a Tab Control with several Tab Pages, and I would like to create/modify borders for the actual tab portion...
Is this possible?
Thanks much,
Rich
Is it possibly to suppress the 0.00 value and show just a empty cell.
That's because i've a grid with lot of currency values and it's mostly better just to see cells with values != 0.
RadGridView1.Columns.Add(New GridViewDecimalColumn("Currency"))
RadGridView1.Columns(0).FormatString = "{0:C}"
Greetings,
I'm using a RadListview as a sequential timeline, so I want to make it look like a linear timeline.
I've written these lines to make sure that only horizontal scrolling is allowed (also did some changes via Smart Tag) :
Timeline.VerticalScrollState = ScrollState.AlwaysHide
Timeline.HorizontalScrollState = ScrollState.AlwaysShow
Timeline.VerticalScroll.Enabled = False
Timeline.VerticalScroll.Visible = True
Timeline.HorizontalScroll.Enabled = True
Timeline.HorizontalScroll.Visible = True
But no success! It still looks like it vertically adds items. Check out the gif I've attached.