Telerik Forums
UI for WinForms Forum
4 answers
880 views
I am trying to export using the Export to Excel via ExcelML option (code below) and it is extremely slow even to export 3000 records. Is that expected behavior or i am doing something wrong, Please help:
I am using the RadControls for winform Q2 2011
When i try with <200 rows it worked fast

public void ExportToExcel()
       {
           ExportToExcelML exporter = new ExportToExcelML(this.radGV1);
           exporter.HiddenColumnOption = Telerik.WinControls.UI.Export.HiddenOption.DoNotExport;
           exporter.ExportVisualSettings = true;
           exporter.SheetMaxRows = ExcelMaxRows._1048576;
           exporter.SheetName = "sheet";
           exporter.SummariesExportOption = SummariesOption.DoNotExport;
           string fileName = "C:\\Temp\\ExportedData123.xls";
           exporter.RunExport(fileName);
       }
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 27 Jul 2020
3 answers
143 views

How do I remove borders from a form? Leaving the ability to resize the form.
To form elements occupy the entire form without indentation.

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 27 Jul 2020
2 answers
112 views

1) If you open a popup and then close ( click on button ArrowButtonElement) - Automatically sets the first value

2) If faster open and close - autoset first element

 

See video:

 
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 27 Jul 2020
6 answers
1.8K+ views

Hello When I change the font of a radmaskededitbox, the font family changes correctly, but the size seems to be wrong.

here is how I change the font:

                            Dim meb As RadMaskedEditBox = TryCast(ctrl, RadMaskedEditBox)
                            meb.Font = NewFont
                            meb.Controls(0).Font = NewFont
                            meb.MaskedEditBoxElement.Font = NewFont

Atteched a screen copy where all controls fonts are set to "Comic Sans MS;9pt" and the radeditmaskedboxes show larger fonts

Any suggestion ...

thanks in advance

Pierre-Jean

pierre-jean
Top achievements
Rank 1
Veteran
Iron
 answered on 25 Jul 2020
22 answers
1.1K+ views
Hi,
 I would like to add custom values (string) to summary rows, without using aggregation formulas. Is it possible? I want something like the attached image.

Thanks
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 24 Jul 2020
9 answers
1.0K+ views
Basically I have a RadTreeView structure with a lot of sub nodes.  I want to bea ble to scroll the treeview when a node is expanded so that the expanded node is the top node.  Ive been trying to use ScrollIntoView without much success.
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 23 Jul 2020
0 answers
149 views

Hello, 

I am a student from Belgium and I am now using the Telerik DevCraft trail version. because it is convenient and easy to use, I would like to use this for my school projects, here is my question whether it is possible to obtain a student license?

Thank you in advance.

 

Regardes,

Olivier De Neef

Olivier
Top achievements
Rank 1
 asked on 22 Jul 2020
9 answers
192 views

Hello Telerik Support Team,

I have 2 issues with the RadRangeSelector:

1. The Scale doesn't use the format settings of the chart. The category member datatype of the barseries is DateTime and I use this code to set the format:

BarSeries.HorizontalAxis.LabelFormat = "{0:dd.MM}";

In the first screenshot you can see that the rangeselector shows the full DateTime format with hours, minutes and seconds.

 

2. The RangeSelector doesn't respect the minimum and maximum values of the chart. I use this code to set then:

LinearAxis verticalAxis = cvChart.Axes.Get<LinearAxis>(1);
   if (verticalAxis != null)
   {
       verticalAxis.Minimum = 0;
       verticalAxis.Maximum = 100;
       //verticalAxis.MajorStep = 100;
   }

On the second screenshot i marked the behaviour, if the ValueMember for all items in the datasource is 0.

 

Are there possibilities for the RangeSelector to set the formatting options and the minimum and maximum values?

 

Regards,

Stephan

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 22 Jul 2020
7 answers
2.0K+ views
Closing the main window will close all child windows(when dragging tabs). How to fix it? To prevent new windows from closing when closing the main window
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 21 Jul 2020
6 answers
422 views
Hi, I'm trying to add magnifier for zooming on main image in my radImageEditor. I already see the magnifier demo but I do not understand how to implement in my radImageEditor. Currently, I'm using mouse wheel zooming.
fazera
Top achievements
Rank 1
 answered on 21 Jul 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
DropDownList
Buttons, RadioButton, CheckBox, etc
ListView
ComboBox and ListBox (obsolete as of Q2 2010)
Chart (obsolete as of Q1 2013)
Form
PageView
MultiColumn ComboBox
TextBox
RichTextEditor
PropertyGrid
Menu
RichTextBox (obsolete as of Q3 2014 SP1)
Panelbar (obsolete as of Q2 2010)
PivotGrid and PivotFieldList
Tabstrip (obsolete as of Q2 2010)
MaskedEditBox
CommandBar
PdfViewer and PdfViewerNavigator
ListControl
Carousel
Diagram, DiagramRibbonBar, DiagramToolBox
GanttView
Panorama
New Product Suggestions
Toolstrip (obsolete as of Q3 2010)
VirtualGrid
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
Documentation
SplitContainer
Map
DesktopAlert
ProgressBar
CheckedDropDownList
TrackBar
MessageBox
Rotator
SpinEditor
StatusStrip
CheckedListBox
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
DataEntry
ScrollablePanel
ScrollBar
WaitingBar
ImageEditor
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
FilterView
Accessibility
VirtualKeyboard
NavigationView
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
Licensing
BarcodeView
BreadCrumb
Security
LocalizationProvider
Dictionary
Overlay
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
SplashScreen
ToolbarForm
NotifyIcon
DateOnlyPicker
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?