Telerik Forums
UI for WinForms Forum
1 answer
25 views

Hi everyone,

is possible with the Zip Library of Telerik UI for WinForms to get the status of compression progress?

What I want is to fill a radprogressbar, so the user can see how much work was already done.

Tank you.

Alessandro

Yoan
Telerik team
 answered on 16 Jan 2024
1 answer
37 views

Hello,

In my gridview, I have a  progressBarElement in a grid column as explained here:

https://docs.telerik.com/devtools/winforms/controls/gridview/cells/creating-custom-cells?_gl=1*d7lc04*_gcl_au*MTgwMTc5NzcyMS4xNjk5NTI4NjIw*_ga*OTQ3ODE2NTUuMTY5MTU3MzE4Nw..*_ga_9JSNBCSF54*MTY5OTUyODYyMC4xNS4xLjE2OTk1MzMwODcuMzUuMC4w&_ga=2.222397211.1249884809.1699528621-94781655.1691573187

When I export, I don't have the progress bar, only values



 private void RunExportToExcelML(string fileName, ref bool openExportFile)
        {
            ExportToExcelML excelExporter = new ExportToExcelML(this.radGridView1)
            {
                SheetName = "Essai",
                SummariesExportOption = SummariesOption.ExportAll,
                SheetMaxRows = ExcelMaxRows._65536,
                ExportVisualSettings =true,
                
                
                
            };

            try
            {
                excelExporter.RunExport(fileName);

                RadMessageBox.SetThemeName(this.radGridView1.ThemeName);
                DialogResult dr = RadMessageBox.Show("The data in the grid was exported successfully. Do you want to open the file?",
                    "Export to Excel", MessageBoxButtons.YesNo, RadMessageIcon.Question);
                if (dr == DialogResult.Yes)
                {
                    openExportFile = true;
                }
            }
            catch (IOException ex)
            {
                RadMessageBox.SetThemeName(this.radGridView1.ThemeName);
                RadMessageBox.Show(this, ex.Message, "I/O Error", MessageBoxButtons.OK, RadMessageIcon.Error);
            }
        }

 

 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 13 Nov 2023
1 answer
51 views

Hello, 
we are using OpenEdge 10.2B and have quite a few files with OCX controls which we would like to change to use Telerik controls.  

Right now I'm focused on replacing progress bars to use RadProgressBar.

What I've done so far is created a ProgressBar.cls which has the RadProgressBar and a cancel button in it's own window.  The progress bar window is shown overtop of the calling window and is updated accordingly.  It works well, we were just hoping we could keep them in the same window.

Is it possible to use Telerik controls in a .w file?  Or are we going to need to rebuild each program that uses an OCX control to achieve this?

Dinko | Tech Support Engineer
Telerik team
 answered on 07 Jul 2023
1 answer
55 views

HI Support,

 

Now I can't open Progress Control Panel because need require upgrade. I clicked Upgrade but the progress bar didn't working and stop ( pic in attached file)/.

 

One more question, I don't have visual studio install yet , can I download Telerik in progress control panel?

 

Thanks,

Moe

Yana
Telerik team
 answered on 07 Jun 2023
1 answer
55 views

I would be great if the RadProgresBar control was a bit more tolerant of values whih are > max value.

OK, so this is a programming errot, but the error message the user sees is a bit extreme - a .NET error.

Perhaps the Telelrik framework might just ignore these values which are > max value , and just set to 'max value'.

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 28 Jan 2022
3 answers
444 views

Hi

I have found examples showing how to use a RadProgressBarElement in a grid column. I added one to my project and it is working, well almost.

If all my values are positive (ie between 0 and 100), the column shows correctly.

But my values are between -100 and 100. I have set the Minimum property to -100. I see some values with a red zone (which is ok). But shouldn't the green zone only start at 0 (right in the middle)?

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 24 May 2021
2 answers
696 views

Hi.

One of nice type of progress bar is "step progress bar" as like attached picture . How can make it in winform. 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 04 May 2021
2 answers
422 views

Hello,

The gray background of the progress bar seems to be theme specific, is it possible to change it to white/transparent without a custom theme?

 

Attaching a screen shot to indicate the background fill in question.

Marija
Top achievements
Rank 1
 answered on 23 Oct 2020
1 answer
1.5K+ views

I'd like to change progressbar color depending on value, for example:

>50 - red

<=50 - green

 

How to do it in app? 

 

 

Nadya | Tech Support Engineer
Telerik team
 answered on 13 Jul 2020
5 answers
455 views
How can I make sure that the control correctly displays percentages greater than 100 (150%, 200% ...)?
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 18 Jun 2020
Narrow your results
Selected tags
Tags
GridView
General Discussions
Scheduler and Reminder
Treeview
Dock
RibbonBar
Themes and Visual Style Builder
ChartView
Calendar, DateTimePicker, TimePicker and Clock
Buttons, RadioButton, CheckBox, etc
DropDownList
ComboBox and ListBox (obsolete as of Q2 2010)
ListView
Chart (obsolete as of Q1 2013)
Form
PageView
MultiColumn ComboBox
TextBox
RichTextEditor
Menu
PropertyGrid
RichTextBox (obsolete as of Q3 2014 SP1)
Panelbar (obsolete as of Q2 2010)
Tabstrip (obsolete as of Q2 2010)
PivotGrid and PivotFieldList
MaskedEditBox
CommandBar
PdfViewer and PdfViewerNavigator
ListControl
Carousel
Diagram, DiagramRibbonBar, DiagramToolBox
Panorama
GanttView
New Product Suggestions
Toolstrip (obsolete as of Q3 2010)
AutoCompleteBox
Label
VirtualGrid
ContextMenu
Spreadsheet
Panel
Visual Studio Extensions
TitleBar
Documentation
SplitContainer
Map
DesktopAlert
Rotator
TrackBar
MessageBox
CheckedDropDownList
SpinEditor
StatusStrip
CheckedListBox
Wizard
ShapedForm
SyntaxEditor
TextBoxControl
LayoutControl
CollapsiblePanel
Conversational UI, Chat
DateTimePicker
CAB Enabling Kit
TabbedForm
DataEntry
GroupBox
ScrollablePanel
WaitingBar
ImageEditor
ScrollBar
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
PopupEditor
RibbonForm
Styling
TaskBoard
Barcode
Callout
ColorBox
PictureBox
VirtualKeyboard
FilterView
Accessibility
DataLayout
NavigationView
ToastNotificationManager
CalculatorDropDown
Localization
TimePicker
ValidationProvider
FontDropDownList
Licensing
BreadCrumb
ButtonTextBox
LocalizationProvider
Dictionary
Overlay
Security
Separator
SparkLine
TreeMap
StepProgressBar
SplashScreen
ToolbarForm
NotifyIcon
Rating
TimeSpanPicker
BarcodeView
Calculator
OfficeNavigationBar
Flyout
TaskbarButton
HeatMap
SlideView
PipsPager
+? more
Top users last month
Dominik
Top achievements
Rank 1
Giuliano
Top achievements
Rank 1
Dominic
Top achievements
Rank 1
Glendys
Top achievements
Rank 1
Iron
NoobMaster
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Dominik
Top achievements
Rank 1
Giuliano
Top achievements
Rank 1
Dominic
Top achievements
Rank 1
Glendys
Top achievements
Rank 1
Iron
NoobMaster
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?