I'm trying to implement a grid showing fairly long processing jobs. Each job is represented by a row with columns showing info about the job. I'm trying to represent job progress visually somehow. Dedicating a column for a progress bar in each row would use too much space.
Is it possible to have a progress bar that would display under each row, showing progress for that row?
Or alternatively, a progress bar that would show behind the row?
Hi;
I found an error assigning the ContentImage. It's always null.
I have created two projects so you can see the case.
The proyect AlertOld contains the version 2018.1.116 and the proyect AlertNew contains the version 2018.1.220.
In the Proyect AlertOld works perfectly and in the other not work.
https://www.dropbox.com/s/qrre9bsdaz2z4iq/Alert.rar
Regards
Hello Developers.
I have a problem with the RadScheluder control, I tell you I had previously used a 2014 version or not remember, in that version there was the following event
Telerik. WinControls. UI. SchedulerContextMenuShowingEventArgs
but in the new version when compiling it sends me the following error message telling me that the type "Telerik. WinControls. UI.SchedulerContextMenuShowingEventArgs" is not defined.
The second mistake is when I want to do the following
Dim
dayView
As
SchedulerWeekView =
Me
. RadScheduler1. GetWeekView
dayView. RangeFactor = dtParams (0) Item (4). ToString ()
dayView. RulerTimeFormat = RulerTimeFormat. hours24
I tried searching, bad search-fu, no helpful tips.
In the radribbonbar control, is it possible to add a background image with a logo?
If you have three / four buttons, then all the space to the right is empty, which would be great to show of an logo.
I tried
RadRibbonBar = radMain.BackgroundImage , but that didn't work.
Or do I need to turn off Aero? or?
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
RadPanel2.Visible = Not RadPanel2.Visible
End Sub
Hi
I'm with the trial version of Telerik for Winforms and I'd like to design the following layout:
I want to have a simple combobox at the left of the screen with some predefined options. At the right of the screen, I'll have a group of controls composed by a label, a textbox and a button. I want to have multiple groups but only one will be available to the user when he choose an option from the combobox.
I'm trying to use the LayoutControl, but I have a problem: I'm not able to have 2 or more controls under the same container (my idea is to make visible/not visible the containers to show the correct one). I tried to put a panel on the layout and, later, to create the controls inside it... but the controls are assigned automatically to a new layout item instead the panel I created.
How can I do this?
Thank's in advance
Is there a way to set the selection color for the RadSpinEditor like you can with a RadTextBoxControl? Or can I change the TextBox element into a TextBoxControl element and set it that way?
Thanks.
How can I change (translate into french) the text that is displayed in the column chooser form ("Drag a column header ...)
my application is a winforms application in VB.net
thanks in advance