Telerik Forums
UI for WinForms Forum
3 answers
90 views
When using the Office 2010 skin, the MDI child doesn't have the minimize/maximize/close options at the top right.
Nikolay
Telerik team
 answered on 21 Apr 2010
2 answers
177 views
Hi Telerik Team,

In a datagridview, I have filters enabled on columns.
I would like to customize the Complex filter with my own skin.
You can see my explanation in the 2 attachments.

Regards,
Claude IMBERT
Top achievements
Rank 1
 answered on 21 Apr 2010
1 answer
208 views
Hello,

I am trying to hide the close, minimize, maximize buttons in a RadTitleBar with the following code.
_titleBar.TitleBarElement.CloseButton.Visibility = Telerik.WinControls.ElementVisibility.Collapsed;  
_titleBar.TitleBarElement.MaximizeButton.Visibility = Telerik.WinControls.ElementVisibility.Collapsed;  
_titleBar.TitleBarElement.MinimizeButton.Visibility = Telerik.WinControls.ElementVisibility.Collapsed 

Close button is removed but minimize and maximize buttons remain. Is there a bug in the RadTitleBar or
am I doing something wrong.

Please help
Burhan Eyimaya
Deyan
Telerik team
 answered on 20 Apr 2010
6 answers
171 views
Hello,

I was wondering whether it was natively possible to move a tool window from one dock to another, or if we had to do the job manually using the drag drop events.

Any clue on how to enable this feature? The purpose is to achieve a Google Chrome like behaviour...

I have browsed the forum but unfortunately with no luck on this.

Thanks!
Martin Vasilev
Telerik team
 answered on 20 Apr 2010
1 answer
129 views
Hi, why this, doesnt works?, i have 3 columns, with fieldName and uniquename corresponding to each gridviewsummaryitem. (Bets and Wins are decimal type, and Fecha is DateTime with FormatString = "{0:d}")
Im using the version: 2010.1.10.218.

private
void radButton1_Click(object sender, EventArgs e)

{

radGridView1.DataSource =

 

new ManageGeneralAgent().GetGeneralBalance().ToList();

 

}

 

public

 

 

frmReports()

 

{

 

 

    GridViewSummaryRowItem

 

 

summaryRow = new GridViewSummaryRowItem();

 

    summaryRow.Add(

 

new GridViewSummaryItem("Fecha", "", GridAggregateFunction.None));

 

    summaryRow.Add(

 

new GridViewSummaryItem("Bets", "Total : {0}", GridAggregateFunction.Count));

 

    summaryRow.Add(

 

new GridViewSummaryItem("Wins", "Total : {0}", GridAggregateFunction.Sum));

 

    radGridView1.MasterGridViewTemplate.SummaryRowsBottom.Add(summaryRow);
}

Jack
Telerik team
 answered on 20 Apr 2010
1 answer
149 views
Hi,

I have taken the radribbon bar form and added some of the menus in radribbon bar when i have executed the application it is leaving space between the bar and panel.

Please find the attached image

Thanks in Advance

Ravi
Vassil Petev
Telerik team
 answered on 20 Apr 2010
1 answer
189 views
Hola:

Según el tutorial del RadForm, para cambiar algunas propiedades del formulario, puedo utilizar estas instrucciones:

Me

 

 

.FormElement.ClientFillPrimitive.BackColor = Color.FromArgb(222, 222, 195)

 

Me

 

 

.FormElement.ClientFillPrimitive.BackColor2 = Color.FromArgb(169, 168, 132)

 

Me

 

 

.FormElement.ClientFillPrimitive.NumberOfColors = 2

 

Me

 

 

.FormElement.ClientFillPrimitive.GradientStyle = GradientStyles.Linear

Sin embargo la propiedad ClientFillPrimitive no aparece entre mis opciones y marca error.

Quisiera saber si hay que importar alguna librería para ello.

Gracias.

 

Nikolay
Telerik team
 answered on 20 Apr 2010
1 answer
154 views
Hi,

Kindly help me out in hiding the dropdown in the radpanelbar when set in outlook style

I tried setting the Dropdown button's enabled property to false, visibility to hidden but still its showing.  Pls help.

Thanks
Kris
Nikolay
Telerik team
 answered on 20 Apr 2010
1 answer
184 views
I just upgraded to the latest release of WinForms and am trying to add controls to a RibbonBarGroup using the following code:

        private void SetupRibbonBar()  
        {  
            RadLabel lblStartDate = new RadLabel();  
            lblStartDate.Text = "Start Date";  
            lblStartDate.Location = new Point(2, 2);  
 
            RadLabel lblEndDate = new RadLabel();  
            lblEndDate.Text = "End Date";  
            lblStartDate.Location = new Point(2, 24);  
 
            RadDateTimePicker StartDate = new RadDateTimePicker();  
            StartDate.MinimumSize = new Size(150, 20);  
            StartDate.Location = new Point(13, 2);  
            StartDate.Format = DateTimePickerFormat.Short;  
              
            RadDateTimePicker EndDate = new RadDateTimePicker();  
            EndDate.MinimumSize = new Size(150, 20);  
            EndDate.Location = new Point(13, 24);  
            EndDate.Format = DateTimePickerFormat.Short;  
 
            RadPanel panel = new RadPanel();  
            panel.Controls.AddRange(new Control[] { lblStartDate, lblEndDate, StartDate, EndDate });  
              
            RadHostItem item1 = new RadHostItem(panel);  
            this.RibbonBarGroupReportPeriod.Items.Add(item1);  
        }  
 

Everything builds fine, but when I run the project nothing shows up in the RibbonBarGroup.
Nikolay
Telerik team
 answered on 20 Apr 2010
3 answers
164 views
Hi,

I am using radGridView control for displaying list on Medicines.
I want to achieve detailview look(like a form with controls) within the grid whenever the Image cell(1st cell of row) is clicked.
Is there any way to achieve this using radGridView?
Any help would be highly appreciated.
Thanks in advance.

Shrikant.
Jack
Telerik team
 answered on 19 Apr 2010
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
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?