Telerik Forums
UI for WinForms Forum
1 answer
127 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
145 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
114 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
146 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
137 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
1 answer
101 views
The row header for the radgridview does not show the error or edit image with the Office 2010 skin.  The tool tip does work.
Deyan
Telerik team
 answered on 19 Apr 2010
1 answer
117 views
I dont want to keep the current date marked on the calendar. Is there any option to change it ?
Dobry Zranchev
Telerik team
 answered on 19 Apr 2010
3 answers
118 views
I've got a set of entities I'm bidning to the grid that are in a specific order in the collection.

When I do grouping however, they groups are ordered alphabetically.

For example:

Name = "Joe"  Amount = 50
Name = "Jill" Amount = 75
Name = "Jill" Amount = 80
Name = "Deduction" Amount = "100"
name = "Deduction" Amount = "200"

When I bind it to the grid, they show up in order.
When I group by Name however, I see:

Deduction
  100
   200
Jill
   75
   80
Joe
   50


It's important that I have them in the order they were in the collection.  The entites in the colleciton could be given an "order number" if I have to do so, but I need to be sure i can sort the groups accordingly.

Do you have any suggestions for doing this?

Thanks.
Jack
Telerik team
 answered on 19 Apr 2010
2 answers
102 views
hi,

--------------------------------------------------------------------------
GridViewDataRowInfo row = this.Grid.Rows.NewRow();
row.Cells[0].Value = 4;
row.Cells[1].Value = "test";
row.Cells[2].Value = "hugo";
row.Tag = "key";
this.Grid.Rows.Add(row);
--------------------------------------------------------------------------

I have the problem, that the row.Cells.Values are always null! The Value-Setter doesn't work!

This Problem exists in the new dlls in version 2010.1.10.409! In the last version this was no problem!

thx
Julian Benkov
Telerik team
 answered on 19 Apr 2010
15 answers
301 views
Edit Appointment  How to store data in a database table

Dobry Zranchev
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)
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?