Telerik Forums
UI for WinForms Forum
7 answers
403 views

Hi, I would like to change the behavior of a RadDock far-right-hand-side close ('x') button (on the top right of the DocumentTabStrip) to close all of the opened tab windows instead of just the current window. On the screen shot, it's the red 'x' on the top right that I'm talking about.

How would I do this?

 -Lou
Dimitar
Telerik team
 answered on 21 May 2015
3 answers
319 views

Hello,

for my application I created with the Visual Style Builder own theme, which I put by this code throughout the application:

ThemeResolutionService.LoadPackageFile("MyTheme.tssp");
ThemeResolutionService.ApplicationThemeName = "MyTheme";

In it I also designed the RadMenuItems. Now I would like but the background color of a ContextMenuItems (RadMenuItem) in the code change to be able to override the theme. Unfortunately it is not possible to customize the background color. With the foreground color it works.
Can anyone help me.

Thank you.

Susann
Top achievements
Rank 1
 answered on 20 May 2015
8 answers
199 views

there are white space on the right side, how i can hide or remove it ??

second issue am sure the ribbon bar have hide button not minimize but i can't find it any one here can help me ?? 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 20 May 2015
3 answers
153 views

To who may concern,
Im using ChartView to get the graph that Im sendind as an image (the attachment included), but until now I just cannt. As you can see in the image, I also put a data sample, thats the way I have my info, as consequence the resultant graphic will be a stacked and clustered (or grouped Idntknow). Can this graphic be done with Chartview? Also, can you help me with this?
I'd really really appreciate any help that u can give me.
Thx in advanced.

Miguel Rodríguez.

 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 20 May 2015
2 answers
130 views

In my grid with databinding, I'd like to show the object properties in the first column, and the values in the second column. If the GridView isn't capable, are any other Telerik controls capable of doing this w/ binding.

 See attached for better description.

 

 

Nick
Top achievements
Rank 1
 answered on 20 May 2015
4 answers
258 views

Hi, how do I prevent hot-tracking and highlighting of a selected cell/row with the RadListView?

I need to do this with ListViews having a ViewType of both IconView and DetailsView.

I found the following post and tried the suggestion (with both ViewTypes) but it did not work for me:

http://www.telerik.com/forums/remove-selected-and-hover-states

The code I was using was (following the above post):

void radListView1_SelectedItemChanged(object sender, Telerik.WinControls.UI.ListViewItemEventArgs e)
{
    radListView1.CurrentItem = null;
    radListView1.SelectedItem = null;
}

 Thanks,

  -Lou


Lou
Top achievements
Rank 1
 answered on 19 May 2015
3 answers
140 views

Hi,

I have a certain docked window that is always opened when my application is started (and cannot be closed by the user) and I'd like to always keep this window  at the left-most tab position in the document container. Any new documents should open to the right of this document. How would I do this?

Thanks,

-Lou

Dimitar
Telerik team
 answered on 19 May 2015
3 answers
144 views
i want to make ribbon bar button for show\hide a Document Window in the same position of  RadDoke any one can help me ??
Dimitar
Telerik team
 answered on 18 May 2015
4 answers
125 views

Hello people

I want to remove the hour of my date column.

 

I just have proved these three sentences but It don't work

'dgvCanDev.Columns("Fecha de Cancelación o Devolución").FormatString = "{0:dddd, MMM dd, yyyy}"
'dgvCanDev.Columns("Fecha de Cancelación o Devolución").FormatString = "{0:yyyy/MM/dd}"
'dgvCanDev.Columns("Fecha de Cancelación o Devolución").FormatString = "{0:dd - MM - yyyy}"

My Form
Private Sub Form5_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load
 Dim tabla3 As New DataTable()

'cancelación y devolución
        tabla3.Columns.Add("Código del pedido")
        tabla3.Columns.Add("Estado del pedido")
        tabla3.Columns.Add("Fecha de Cancelación o Devolución")
        tabla3.Columns.Add("Hora de cancelación")
        tabla3.Columns.Add("Forma de pago")

        dgvCanDev.DataSource = tabla3
        '===========================================================
        'Modificando el ancho de las columnas
        dgvCanDev.Columns("Código del pedido").Width = 140
        dgvCanDev.Columns("Estado del pedido").Width = 153
        dgvCanDev.Columns("Fecha de Cancelación o Devolución").Width = 210
        dgvCanDev.Columns("Hora de cancelación").Width = 150
        dgvCanDev.Columns("Forma de pago").Width = 150

'Assing formatting
dgvCanDev.Columns("Fecha de Cancelación o Devolución").FormatString = "{0:dddd, MMM dd, yyyy}"
        'dgvCanDev.Columns("Fecha de Cancelación o Devolución").FormatString = "{0:yyyy/MM/dd}"
        'dgvCanDev.Columns("Fecha de Cancelación o Devolución").FormatString = "{0:dd - MM - yyyy}"

End Sub

Also I try

Private Sub dgvCanDev_CellFormatting(sender As Object, e As CellFormattingEventArgs) Handles dgvCanDev.CellFormatting
        e.CellElement.TextAlignment = ContentAlignment.MiddleCenter

    End Sub

I let an image

Dimitar
Telerik team
 answered on 18 May 2015
0 answers
108 views

I have tow Toolwindow at the top of RadDock and other toolWindow at the buttom of RadDock so can i hide a free space between them to have one split line between toolWindows ??

 

look to Picture .

 

Ammar
Top achievements
Rank 1
 asked on 18 May 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)
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
GanttView
Diagram, DiagramRibbonBar, DiagramToolBox
Panorama
New Product Suggestions
Toolstrip (obsolete as of Q3 2010)
VirtualGrid
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
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
WaitingBar
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
Styling
Barcode
BindingNavigator
PopupEditor
RibbonForm
TaskBoard
Callout
ColorBox
PictureBox
FilterView
NavigationView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
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
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?