Hello,
I have a issue with print datagridview by a larger number of columns.
In first case (WratText = false) I cannot see all text (see image)
In the second case (WrapText = true) is row height too small and again I cannot see whole text.
Both case it has set AutoSizeRows = true;
In both cases I don't see the entire date
Can you help me?
Thank you
Hello,
I want to choose column by checkboxes, something like that:
I
It is possible?
Thank you for your answer
Simple question: I want to change the color of some tasks, to show when they are on the critical path.
So I simply want to trigger GraphicalViewItemFormatting, which does all the coloring. At the monent, the event fires when i move the mouse over the task ,which proves it all works, but I need to trigger the re-draw from my calculateCritcalPath method.
I'm using the VisualStudio2022Dark and VisualStudio2022Light themes for my application.
I've used the waitingbar on a couple of longer loading controls (works great BTW).
However the overlay that appears over a control while waiting, always appears to be the light theme color. On a dark theme, this is can be pretty visually jarring, especially when the associatedControl is a larger screen control.
Is there a way to set this overlay so that it uses a specific theme? I haven't been able to get it to change at all programmatically.
On the gridview when a user enters a filter value, I would like for the background color of that filter to change to a different color (only for the column or columns where a filter has been entered) so that users can quickly see where they entered a filter value.
Currently, if the grid has many columns the user will enter a value (sometimes forget that they did that) and wonder why they have a filtered grid. I know that sounds crazy but end users do that! So, I'd like the Filter Cell Backcolor to be a different color so that it's Obvious that - that particular column has a filter applied to it.
Below, I show the code I'm using in the GridData_ViewCellFormatting event. But the problem is - is that it changes the color for the entire filtering row (across all columns)... whereas I want the back color of the "Filter Cell" to change only for that particular column or columns where a filter has been applied.
It would be greatly appreciated is someone has the answer to solving this 'problem'.
Dim filterDescriptors = GridData.FilterDescriptorsHello,
I created Barcode Column in RadGridView according this article: https://docs.telerik.com/devtools/winforms/knowledge-base/barcode-column-in-gridview
And now I do not know how I can print gridview with Barcode Column.
Can you help me? Thank you
I'm having a repo with multiple projects which are using Telerik components. All of them are NET9/WPF/Windows currently
All projects are merged in one large solution (Master Sln), additionally we are using solution filters which are dependent on the Master Sln
The license file for each user is placed next to the Master Sln.
Now there are
In
But
My question is why do I need the Telerik.Licensing.Runtime at all, since it is a compile time assembly? Additionally, all nuget packages contain Telerik.Licensing as referenced transisitive assembly.
What could be the problem why it works with App1 and not with App2.
RadNavigationView colors
Given the screen capture below, I'm trying to set the colors and I must be misunderstanding something.
First, I don't need ForeColor of the menu text to change to blue once I've clicked on it.
When I click on an item (i.e. select it and make it current) it should be BackColor of Blue and ForeColor of White. I thought this would do it .but the ForeColor goes blue.
radNavigationView1.NavigationViewElement.SelectedItem.BackColor = Color.Blue;
radNavigationView1.NavigationViewElement.SelectedItem.ForeColor = Color.White;
Then , when I hover the mouse pointer over a menu item (as I'm doing with Electronic Payments & Finding) it should be BackColor of Greay and ForeColor of Black. I'm trying to set it in SelectedPageChanging.
What am I doing wrong?
Carl