Telerik Forums
UI for WinForms Forum
2 answers
61 views

I have a gridview that displays fine in the app.

Cells with multiple values show up as:

Value 1

Value 2

Value 3

 

Within the cell.

But on exporting the grid the cells value is all on one row within the cell.

How to get the exported excel sheet to look like what is displayed on the apps grid.

This is what I am currently setting in code:

 objGrid.BestFitColumns();
spreadExporter = new Telerik.WinControls.Export.GridViewSpreadExport(objGrid)
                            {
                                ExportVisualSettings = true,
                                SheetName = strSheetName,
                                FileExportMode = Telerik.WinControls.Export.FileExportMode.NewSheetInExistingFile
                            };
exportRenderer = new Telerik.WinControls.Export.SpreadExportRenderer();

Deasun
Top achievements
Rank 3
Bronze
Bronze
Bronze
 answered on 16 Mar 2020
10 answers
566 views

Hello Telerik Team,

I want to add Clear Button in RadDropDownList like RadTextBox.

I have tried this in design time (Edit UI Elements >> RadDropDown TextBoxElement >> ShowClearButton).

But Nothing was happened.

How Can I add Clear Button in DropDownList ?

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 13 Mar 2020
1 answer
94 views

Hi,

I am using Barcode inside the cross tab. 

I want to print Barcode like Figure 2. Currently shows Figure 1.

waiting for your favorable response. 

Thanks.

 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 13 Mar 2020
2 answers
162 views

Hi,

 

I read your article "Adding a WinForms control to a Ribbon Bar" https://www.telerik.com/support/kb/winforms/details/adding-a-winforms-control-to-a-ribbon-bar

Is there also a simple way to add such a control in place of a RibbonTab.

 

Thank you in Advance

Kind Regards,
Dominik

Dominik
Top achievements
Rank 1
 answered on 12 Mar 2020
16 answers
911 views
We are working with Telerik radgrid .Net Win form controls. Basically ours is a data driven application where a scenario occurs as follows

 The grid  has  select all check box column in the radgridview in which the user able to “select” and “Unselect” thorough the header checkbox but when sorting is applied on the checkbox header cell ,the "Select All"  feature works in a odd way (not all rows are getting selected /unselected). Is there any workaround for this?

Regards
Julian
Akarsh
Top achievements
Rank 1
 answered on 12 Mar 2020
1 answer
70 views

When I programmatically use go to bookmark on the richtexteditor the bookmark is shown on the editor in the bottom of the page is there a way to show on the top of the page?

I attached two pictures to explain batter the first one how the method gotobookmark is working and the second how i would like to be.

Thanks!

Vladislav
Telerik team
 answered on 10 Mar 2020
2 answers
64 views
I have implemented a code which draws certain lines (MapPolyline) on a RadMap element. How to determine if drawn polygon (MapPolygon) crosses the line? 
Roman Kurdadze
Top achievements
Rank 1
 answered on 09 Mar 2020
2 answers
129 views

First of all I really like the new VirtualKeyboard and it is doing a good job so far.

Nethertheless I've found an issue that the keyboard is not opening below the associated control the first time it is shown.
After closing and reopening the keyboard it is on the correct position. This behaviour only occurs on the right half of the screen.

Is this a bug or am I doing anything wrong?

Attached you can find a sample project.

Dimitar
Telerik team
 answered on 09 Mar 2020
1 answer
866 views

I have the following code snippet

 byte[] pdfAsByteArray = File.ReadAllBytes(@"D:\a_images\2_b.jpg");
 Stream stream = new MemoryStream(pdfAsByteArray);
 radPdfViewer.LoadDocument(stream);

There is no issue with the image or with the image permissions but it is not displaying in the radpdfviewer

Dimitar
Telerik team
 answered on 09 Mar 2020
1 answer
76 views

Hello.
after applying localization with RadSchedulerLocalizationProvider on radScheduler, the returned value of reminder was wrong.
for example the "5 minutes" changed to "5 hours" in my database.

in greek "5 minutes" is "5 λεπτά" 
applied culture is set to "el-GR".

Thank you.

Nadya | Tech Support Engineer
Telerik team
 answered on 06 Mar 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
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)
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
Rotator
TrackBar
MessageBox
SpinEditor
StatusStrip
CheckedListBox
Wizard
ShapedForm
SyntaxEditor
TextBoxControl
LayoutControl
CollapsiblePanel
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
DataEntry
GroupBox
ScrollablePanel
WaitingBar
ScrollBar
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
ColorBox
Callout
FilterView
PictureBox
VirtualKeyboard
NavigationView
Accessibility
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
Licensing
BreadCrumb
Security
LocalizationProvider
Dictionary
Overlay
Separator
SparkLine
TreeMap
StepProgressBar
SplashScreen
Flyout
ToolbarForm
NotifyIcon
Rating
TimeSpanPicker
BarcodeView
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
DateOnlyPicker
TimeOnlyPicker
+? more
Top users last month
Henri
Top achievements
Rank 2
Iron
Iron
Iron
SUNIL
Top achievements
Rank 2
Iron
Iron
Iron
David
Top achievements
Rank 1
Jackson
Top achievements
Rank 1
Iron
Iron
Tim
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Henri
Top achievements
Rank 2
Iron
Iron
Iron
SUNIL
Top achievements
Rank 2
Iron
Iron
Iron
David
Top achievements
Rank 1
Jackson
Top achievements
Rank 1
Iron
Iron
Tim
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?