Telerik Forums
UI for WinForms Forum
3 answers
313 views
I want to enable Mouse wheel scroll on GridViewTextBoxColumn. Please, help me.
Stefan
Telerik team
 answered on 04 Aug 2015
6 answers
245 views
Hi!
I need to calculate the IMC (body mass composition) and show the results in a chartview according to the attached model. With Linear Gauge , is it possible? How to set the legend?
Maia.
Dimitar
Telerik team
 answered on 03 Aug 2015
2 answers
234 views

Hi,

 I just got a subscription to Telerik's control library to work on a client's project.

However, the project uses an older version of the controls (2015 Q1). I tried to install an older version through the website but I get this:

Versions you can download
2015.2 623

Is there a way to get a version of the installer for an old bundle, before the license was acquired?

 

Thank you,
Lachezar

Lachezar
Top achievements
Rank 1
 answered on 03 Aug 2015
1 answer
80 views

Hi,

Does ​GridView support nested grids with arbitrary structure that can vary between parent rows? For example:


=ObjectName=        =ObjectQuantity=

- The Book                  2
        =Chapter=     =Page=
        Chapter 1         3
        ....

- Kitchen Set              1
        =Item=      = Qty=    =Material=
        Knife            3           Stainless Steel 
        Cup              4           Porcelain
        ....

- Pencil                     50

- A4 paper                100

etc.

So it's not really parent-child / master-detail relationship, it's more like a flat list of objects where some objects might have nested data (and some might not).

Stefan
Telerik team
 answered on 03 Aug 2015
2 answers
207 views

I have added custom grouping for my RadGridView. I am setting the text for the group header using the GroupSummaryEvaluate handler, as shown in your documentation here: http://www.telerik.com/help/winforms/gridview-grouping-formatting-group-header-row.html

Question: Can I use two different fonts within my group header text? For example:

 (begin font 1) Description of the group   (begin font2) Number of child rows: 7

     child row 1

     child row 2

     etc. etc. up to child row 7

If so, how can I do that?

-Lou

Lou
Top achievements
Rank 1
 answered on 31 Jul 2015
3 answers
248 views

Hi,

It seems that UniformGrid is available in Telerik UI for Winforms. But, I could not find any documentation which can help me in using it.

I added the Telerik.WinControls.dll which seems to be having the UniformGrid control but I could not find it in the Toolbox.

Could you provide the documentation on how to use it?

 Regards,

vijay

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 31 Jul 2015
1 answer
185 views

I would like to know the proper way to implement AutoSizeAppointments on MonthView where scrollbar on the overflown cell will be visible.

If i set AutoSizeAppointments=false, the scrollbar is visible

but if I set it to true, the scrollbar won't show. 

 

And I think the sample code for Handling overflown cells on this is for resizing the rows or columns

http://www.telerik.com/help/winforms/scheduler-views-month-view.html

 â€‹

We are using Q2 2015.

 

 

 

Hristo
Telerik team
 answered on 30 Jul 2015
3 answers
156 views

I am using WinControls 2015.2.728.40 and I have read through the forums and I can neither find the listed properties in property grid design time and I cannot access the property .click programmatically.

 This does not work.

Public Sub New()
 InitializeComponent()
 Me.radRibbonBar1.OptionsButton.Click += New EventHandler(AddressOf OptionsButton_Click)
 Me.radRibbonBar1.ExitButton.Click += New EventHandler(AddressOf ExitButton_Click)
End Sub

 

suggestion on how to actually use the default buttons rather than just remove them?

Stefan
Telerik team
 answered on 30 Jul 2015
1 answer
184 views

Using WinControls version 2014.3.1202.40

I am attempting to keep a list of all popups that have been displayed so far so I can programmatically close certain popups based on a condition, later. So after creating a list and adding a reference of a popup to it, the reference to it in the list disappears after calling .show() on the alert object.

A simple example:

 

var listOfPopups = new List<RadDesktopAlert>();
 
var alert = new RadDesktopAlert();
 
listOfPopups.Add(alert); // listOfPopups.Count == 1 now.
 
alert.Show(); // listOfPopups.Count == 0 now...

 

Is this by design? And if so, is there any other way to keep track of them, or get access to the popups through the desktopAlertManager?

 

Thanks,

 

 

Hristo
Telerik team
 answered on 29 Jul 2015
3 answers
256 views

We would like to change the behavior of the RadDateTimeEditorElement when entering a date via the keyboard.

Depending on the location the application is used in, the date will be entered in either dd/MMM/yyyy format or dd/MM/yyyy format.

Lets use dd/MMM/yyyy format as an example...

When clicking on the MMM section of the date, user should be able to key in "JAN" or "FEB", etc.   Currently when they enter "J" and want to get to July, they have to press "J" several times to get to it.  Pressing "A" after the "J" would take them to "APR".   Other date controls in the application do not behave this way so the users are a little frustrated.

When clicking on the yyyy section of the date, the year rolls as the keyboard is being pressed.   So if the date was 1973 and the user wanted it to change to 2015, they would see 2197... 2019... 2011.. 2015.      The users see this as high risk for error.

 Basically, the user wants to be able to key in an entire date (with the format restricted) and it be validated when entry is completed.

 I'm sure we can override the events in order to do something like this, whether it be on the keypress/keydown/keyup events... but because the entire section of the date is always selected, I'm unsure how to do this.... or maybe it's a completely different event I should be looking at altogether. 

Any help would be appreciated.

 Thanks

 

 

Hristo
Telerik team
 answered on 29 Jul 2015
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
SplitContainer
Documentation
Map
DesktopAlert
CheckedDropDownList
ProgressBar
MessageBox
TrackBar
Rotator
SpinEditor
CheckedListBox
StatusStrip
CollapsiblePanel
LayoutControl
ShapedForm
SyntaxEditor
Wizard
TextBoxControl
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
WaitingBar
GroupBox
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
NavigationView
BindingNavigator
RibbonForm
Styling
Barcode
PopupEditor
TaskBoard
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Overlay
Security
LocalizationProvider
Dictionary
TreeMap
StepProgressBar
SplashScreen
Flyout
Separator
SparkLine
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
SpeechToTextButton
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?