Telerik Forums
UI for WinForms Forum
5 answers
135 views

Hi,

I have a RadGridView control which bind by ColumnGroupsViewDefinition with GridViewColumnGroup.

The grid direction is from right to left.

When I use the PrintPreview methods, the grid in the preview become from left to right.

 

How can I fix it?

Thank you.

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 05 Jan 2017
1 answer
198 views

Hi there,

I'm currently utilizing the RadVirtualGrid on a particular form.  I would like to be able to take the current data that is being applied virtually and export it to csv.  I notice that the ExportToCSV routine takes a RadGridView object as the source for the export, so my question is this:

Should I take the source query for the virtual grid and create a RadGridView object and populate it just to export to csv?  Is this the only way the Telerik stack can be used to export to csv? 

Cheers!

Wayne

Dimitar
Telerik team
 answered on 05 Jan 2017
1 answer
90 views

Hello everyone,

I'm stuck with a small obstacle and I don't know how to get pass it.

I have 2 WinForms

Forms 1 has 3 Buttons. All of them call Form2. Now in Form 2 have to I have to perform task depending on which button was clicked on Form1. how do I find it out which button called the from2 when i'm in form2?

please help

thanks in advance.

Hristo
Telerik team
 answered on 02 Jan 2017
3 answers
458 views

Hi,

We are using Telerik controls for Winforms version 2016.2.608.40 in our application.

We are planning to build our application to 64 bit. I want to know whether Telerik controls are 64 bit or 32 bit.

Also want to know does Telerik have any recommendation.

With regards,

Sachin

Hristo
Telerik team
 answered on 02 Jan 2017
1 answer
199 views

This is a sample form in my application. It has multiple RadLayoutControls. Layouts are saved on the FormClosing event and loaded in the FormLoad event. 

See the 3 screenshots. In the initial load, the form is loaded with no layouts loaded.

I resize the form as in the second screenshot, IResizedToThis.png

 

I close/reopen the form. This time, the layout IS loaded, and the form appears as in the 3rd screenshot.

 

I have submitted a Telerik Support incident, but being New Years weekend I figured I'd go ahead and try all avenues.

I can't post a sample project here, but I do have one created that shows this issue. 

 

Help - Any ideas?

Hristo
Telerik team
 answered on 02 Jan 2017
14 answers
281 views

Hello,

I try to use custom cells dynamically following data I want to display ( use checkbox when data is boolean). To do so I use CreateCellElement to instantiate my custom cell but it appears to this event is not fired on that specific column and the column have default display with "True" and "False" instead of check boxes. 

 

Here is a part of my code :

this._radVirtualGrid1.CreateCellElement += onGridCellTypeNeeded;
 
 
private void onGridCellTypeNeeded(object sender, VirtualGridCreateCellEventArgs e)
        {
            if (e.ColumnIndex >= 0 && e.RowIndex >= 0)
            {
                DataType type = myDataDescriptor.getDataType(e.ColumnIndex);
                switch (type )
                {
                    case DataType.Bool:
                        e.CellElement = new CheckBoxCellElement(e.ColumnIndex);
                        registerCustomColumnIfNeeded(e.ColumnIndex);                      
                        break;
                }
            }
        }

Do you know how to fix it ?

Regards,

Amand.

Hristo
Telerik team
 answered on 02 Jan 2017
8 answers
961 views
Hi

I have a radlistview being populated manually in iconview mode. However when the list has more items then the display area it automatically creates new rows therefore the scrolling happens vertically.

I am sure there is a way to change it so items go in one row and the scrolling is horizontal but so far I have to failed to find it.

Any help would be appreciated.
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 02 Jan 2017
3 answers
174 views
Is there a limit on the number of columns that can be displayed in a RadGridView at any given time?

Thanks!
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 30 Dec 2016
5 answers
162 views
Hi,

I have a gridview with two columns. 

            this.radGridDettagli.MasterTemplate.Columns.Add(newGridViewTextBoxColumn("Name", "Name"));
            this.radGridDettagli.MasterTemplate.Columns.Add(new GridViewTextBoxColumn("Value", "Value"));

The column "Value" could contains different object types. Decimals, String, Date, Enum, etc, ect.

I would like, to use different editors based on the cell value of my column "Name".

Example

Cell value of column "Name" is "ExpiryDate" I need RadDateTimePicker to edit the cell "Value" or the same row
Cell value of column "Name" is "Quantity" I need RadSpinEditor to edit the cell "Value" or the same row
Cell value of column "Name" is "OrderState" I need RadDropDownList to edit the cell "Value" or the same row

RadSpinEditor for numbers, RadDropDownList in case of Enum, RadDateTimePicker in case of Date, RadTextBox in case of string.

Somebody could help me ?

Thanks.

Sergio



Mark
Top achievements
Rank 2
Bronze
Bronze
Veteran
 answered on 29 Dec 2016
1 answer
101 views

Hello,

I was wondering if anyone could help me set the rendering of text and graphics of my radchartview to antialiasing? I know there is a enum called TextQuality, but I am not sure how to access it.

 

Thank you,

 

Erkin

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 29 Dec 2016
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)
Form
Chart (obsolete as of Q1 2013)
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
GanttView
Diagram, DiagramRibbonBar, DiagramToolBox
Panorama
New Product Suggestions
VirtualGrid
Toolstrip (obsolete as of Q3 2010)
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
Documentation
SplitContainer
Map
DesktopAlert
CheckedDropDownList
ProgressBar
TrackBar
MessageBox
Rotator
SpinEditor
CheckedListBox
StatusStrip
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
CollapsiblePanel
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
GroupBox
WaitingBar
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
Styling
Barcode
PopupEditor
RibbonForm
TaskBoard
Callout
NavigationView
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Security
LocalizationProvider
Dictionary
SplashScreen
Overlay
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?