Telerik Forums
UI for WinForms Forum
2 answers
188 views
I am using a radGridView in a WinForm application.
When a user is entering data in a cell, I want to automatically move to the next cell when MaxLength is reached.

Is there a way to do this?

Howard
Howard
Top achievements
Rank 1
 answered on 27 Jan 2015
8 answers
1.5K+ views

How can I select multiple check boxes in radgrid and select All

 

I am using RadGridview which view a data from sql database with one GridViewCheckBoxColumn.

 

Once the checkbox is clicked the whole row is deleted as I want, However I wanna allow that for multiple rows at the same time.

 

Also I want to select all

 

Is that possible?

 

In my grid I should click twice to check the box! How can I avoid that?

 

All the columns in the grid is read only except the checkbox column

 

Thanks and regards

cevdet
Top achievements
Rank 1
 answered on 27 Jan 2015
7 answers
269 views
Are these 2 events gone from the control ?

I can not use this anymore since I've upgraded to Q2... And I do not find anything about this in the release docs...
Stefan
Telerik team
 answered on 27 Jan 2015
3 answers
318 views
Is there a way to turn off grouping of items with the pivot grid.  I'm passing in a dataset with hundreds of rows containing a numberical ProductID column.

When I place this ProductID into the row labels section it automatically groups the products into two ranged groups.  We need this data at a more granular level.  Is this possible?
Ralitsa
Telerik team
 answered on 26 Jan 2015
3 answers
303 views
I have a radDropDownButton that I am dynamically adding radMenuButtonItems to:

RadMenuButtonItem bi = new RadMenuButtonItem();
bi.Text = string.Format("Item {0}", counter);
bi.TextAlignment = ContentAlignment.MiddleLeft;
Font fnt = new Font("Arial Rounded MT", 18.0f);
bi.Font = fnt;
bi.Click += new EventHandler(radDropDownButton_Item_Click);
bi.AutoSize = false;
bi.Size = new Size(radDropDownButton_Caregivers.Size.Width, 50);
radDropDownButton.Items.Add(bi);


When I size the button item, it is sizing the space around the button item, but not the actual button item.  How can I size the button item?  See attached image (blue arrows).

Also, how can I remove the space to the left of the button items, which is causing whitespace to the right of the button items?  See attached image (red arrows)
Todor
Telerik team
 answered on 26 Jan 2015
1 answer
229 views
I need a way of looping thru all the controls on a window form to determine which one has focus then return that control to the calling subroutine.  Basically I have a sub routine that calls a function which returns the control on the form that has focus.  Because Rad Controls have child controls that may actually have the focus what is the best way of doing this?
Stefan
Telerik team
 answered on 26 Jan 2015
3 answers
486 views
i want to write a name in DropDownList with DropDownStyle=DropDown and fire event keypress o keyup o keydown please help
Stefan
Telerik team
 answered on 26 Jan 2015
1 answer
190 views
Hi,
How can the GraphicalView Summary Item backcolor be changed?  I tried handling the GraphicalViewItemFormatting event and can change Task items using
e.ItemElement.TaskElement.BackColor but this had no effect on Summary items and I could not a reference to the SummaryItem in e or e.item.
Thanks,
John
Hristo
Telerik team
 answered on 24 Jan 2015
1 answer
156 views
I have a base form inherited from RadForm and in the constructor I added the following.

Public Sub New()
    MyBase.New()

    ThemeResolutionService.ApplicationThemeName = "VisualStudio2012Dark"
    Me.ThemeName = "VisualStudio2012Dark"
End Sub

When I open the BaseForm in VisualStudio I can see that the form is "Dark" but when I run the application, the form is not "Dark".
The titlebar font / icons did change from their original look "for example the X close button looks 3D" but they also did not take on the "Dark" theme.

I have tried several of the other themes and they all working at design time but not runtime.
James
Top achievements
Rank 1
 answered on 24 Jan 2015
2 answers
221 views
Hi,

Is there any ability in the RadTrackBar to hide the actual slider?  I'm basically looking to use the control just for the tick marks and no visible slider or slide area.

Thanks,
Bob
Bob
Top achievements
Rank 1
 answered on 23 Jan 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
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
RibbonForm
Styling
Barcode
PopupEditor
TaskBoard
NavigationView
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Overlay
Security
LocalizationProvider
Dictionary
SplashScreen
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
SpeechToTextButton
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?