Telerik Forums
UI for WinForms Forum
1 answer
159 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
111 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
122 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
127 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
156 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
387 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
302 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
110 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
207 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
15 answers
2.3K+ views
When occur binding data in RadGridView first row selected. But I'm need unselect all rows.
I'm use latest version. (WinForms Q2 2008 SP1)

Jack
Telerik team
 answered on 27 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)
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
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
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?