Telerik Forums
UI for WinForms Forum
0 answers
59 views
Telerik Team:

RadComboBoxElement popup closes immediately after popup (Clicks the RadComboBoxElement in the "Text Area of RadComboBoxElement" (Not by “Arrow Button”).

Enclosed the Attachment.

Note:
1. ComboBoxElement.DropDownStyle =
RadDropDownStyle.DropDownList;
2. I am using a "RadControls for WinForms Q1 2010 SP2 (2010.1.10.504)"

Plz Reply ASP.

Regards..
Arul S V
Top achievements
Rank 1
 asked on 01 Sep 2010
1 answer
115 views
Hi. I'am using telerik winform q2 2010 with visual studio 2008. I have gridview that allowed to add new row, also I haveGridViewTextBoxColumns and GridViewCommandColumn with image. When I click to add new row i want to change GridViewCommandColumn image in this row. When I handle grid_CellClick event i can get GridViewCellInfo object of this commandColumn but it doesn't allow me to change image. How can I solve this?

Thank you.
Regards, Armen. 
Nikolay
Telerik team
 answered on 31 Aug 2010
1 answer
77 views
I've two RadListControl which have same DataSource object binded, however meaning of them is different(ex. sender and recipient both have users databinding, but different meaning). When i select when item both controls are reacting.
Currently I've used SelectedIndexChanging event to cancel if control is not focused, but that have some unwanted side effects like need to focus when I change something programmatically.
Is there a way to turn this behaviour off?
Dobry Zranchev
Telerik team
 answered on 31 Aug 2010
3 answers
97 views
Hi,

I would need a RadTextBox to show an edit panel once the textbox gets focus.
The user should be able to enter multi line text and see the whole text while doing so. The GUI doesn't have enough space to size the textbox in a way that all text will be visible at all time. What I would need is like the calendar showing on a date picker only that I would need a panel to edit text.

See attached screenshot from another vendor. This how it should look like :)

Could anyone help me?



Regards
Peter
Telerik team
 answered on 31 Aug 2010
2 answers
90 views
Hi experts,

I create my own status design as per the following code
radScheduler1.Statuses.Add(new AppointmentStatusInfo(100, "InProduction", Color.Red, Color.White, AppointmentStatusFillType.Hatch));
radScheduler1.Statuses.Add(new AppointmentStatusInfo(101, "BOM", Color.Blue, Color.White, AppointmentStatusFillType.Hatch));
radScheduler1.Statuses.Add(new AppointmentStatusInfo(102, "Done", Color.Red, Color.White, AppointmentStatusFillType.Solid));
radScheduler1.Statuses.Add(new AppointmentStatusInfo(103, "Planif", Color.FromArgb(68, 140, 227), Color.White, AppointmentStatusFillType.Solid));

and set the appointment StatusId property to 100, 101, 102, or 103 value.

It was working properly with Telerik Q2 2010 version. Since I install Q2 2010 SP1, the appointment with hatch fill type status are not displayed properly. It's like the back color, in my case red (100) or blue (101), are always black.

Best Regards,
Nadia
Nadia Sangiovanni
Top achievements
Rank 1
 answered on 31 Aug 2010
3 answers
125 views
Hello,

1: i use a derived class from RadGridView with a datatable as datasource.  i have datetime- and decimalcolumns. if I write directly something into the filter nothing happens. but if i use the arrows for the decimal-filter a exception is thrown!
EDIT: Problem solved: my datatable has type double and the decimalcolumns the type decimal. i changed the type to double and it works!

2: every decimal-filter is configured with "Equal to:" How can i change this?
Edit: i want "no filter" as standart.

3: It is possibly to change the style for cells in the ColumnHeaderRow without using Formatting Events? i want that the column names are bold for example.

4: why has GridViewCellInfo.Style something like BorderBottomWidth but no more the BorderBottomColor ? can i change this only in the formatting events?

Regards,
Thomas
Alexander
Telerik team
 answered on 30 Aug 2010
1 answer
344 views
Hi,

I have added summary row total in my grid but I am not getting it aligned in anyway. I have tried by following method

private void rgvFinancials_ViewCellFormatting(object sender, Telerik.WinControls.UI.CellFormattingEventArgs e)
        {
            if (e.CellElement is Telerik.WinControls.UI.GridSummaryCellElement)
            {
                                             
                e.CellElement.Alignment = ContentAlignment.MiddleRight;
                e.CellElement.UpdateLayout();
            }
        }

I tried by commenting and uncommenting following statement also:

                e.CellElement.UpdateLayout();

But there is no effect on the cells of summary row.

Please guide me how can I align text in the summary row cells.

Regards,

Ahmed Almousa

Jack
Telerik team
 answered on 30 Aug 2010
13 answers
265 views
Hi all

I am a newbie to telerik radcontrols.Can anyone provide Quick Start Framework example for WinForms Q3 2009 SP1 or WinForms Q1 2010.

RASAP.

Thanks & Regards
Pulkit Jain
Nikolay
Telerik team
 answered on 30 Aug 2010
0 answers
85 views
Hi telerik.
how can I dock my legend of radchart to right or left?
when legend item text is grow . my legend series are grow to my chart......
how can I fix it or limit legends width? is there nay way?
thanks
mahsa boreiry
Top achievements
Rank 1
 asked on 29 Aug 2010
6 answers
172 views
hi all,

I want to make a grid with subheading.I searched on internet.But,there isn't any exact solution for this making.It can be made for asp.net gridview as on the links below.

http://www.4guysfromrolla.com/articles/072603-1.aspx
http://aspalliance.com/723_Enhancing_the_DataGrid_with_Grouped_Rows_and_Subheadings.all

My making for grid can be like on these links.

For example, each subheading can include category name,but it must be only heading format.It means that it must seem in one row wth merged all cells.

Can we do it with RAD Gridview for Windows Forms?

Kerem

Jack
Telerik team
 answered on 28 Aug 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
Diagram, DiagramRibbonBar, DiagramToolBox
GanttView
Panorama
New Product Suggestions
Toolstrip (obsolete as of Q3 2010)
VirtualGrid
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
Documentation
SplitContainer
Map
DesktopAlert
ProgressBar
CheckedDropDownList
TrackBar
MessageBox
Rotator
SpinEditor
StatusStrip
CheckedListBox
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
DateTimePicker
CollapsiblePanel
Conversational UI, Chat
TabbedForm
CAB Enabling Kit
GroupBox
DataEntry
ScrollablePanel
ScrollBar
WaitingBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
PopupEditor
RibbonForm
Styling
TaskBoard
Barcode
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
NavigationView
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
Licensing
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
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?