Telerik Forums
UI for WinForms Forum
1 answer
82 views
Hi,

When i do group by on a particular column for eg says (A table which has infomation of companies). Suppose i group by Country and City column in that table.
The default group by show the ColumnHeader : Value e.g(Country : England) and (City : London)..

Is  there any way wherein when we do group by only the column value should be visible not its header.

Please provide example code for the same.
Nikolay
Telerik team
 answered on 27 Jun 2008
1 answer
139 views
Hi,

When i do group by on a particular column for eg says (A table which has infomation of companies). Suppose i group by Country and City column in that table.
The default group by show the ColumnHeader : Value e.g(Country : England) and (City : London)..

Is  there any way wherein when we do group by only the column value should be visible not its header.

Please provide example code for the same.
Mike
Telerik team
 answered on 27 Jun 2008
5 answers
207 views
Hi Telerik,

I am not able to give the tree view indent value less than 16. Is there any alternative to do this?
 
please provide some sample code.

thanks in advance


regards,
kiran
Nikolay
Telerik team
 answered on 27 Jun 2008
1 answer
87 views

Hallo,

I would like users of my app to be able to reorganize buttons in the toolstrip items. For instance I'va made a toolstrip item with buttons "Cut", "Copy", "Paste". The user do not like my design and decides to reorganize them to "Copy", "Paste", "Cut". (Toolbar items reorganization can be seen in MS Word for example.. I need somethink like that)

Is that reorganization possible in radtoolstrip?? I have read the help but unfortunately I haven't found the answet yet.

Thank you in advance!

Nikolay
Telerik team
 answered on 27 Jun 2008
5 answers
486 views

Hi,

I have a gridview with data, similar to your example gridview on conditional formatting. I copy / pasted the example code for conditional formatting but I don't get it to work properly.
The problem is that there is no initial formatting. The gridview has it's standard look. Only after clicking on a cell that contains the formatting-conditional text, the row gets the correct color. Your example seems to work fine, but I see no differences between that code and mine.

 

radGridView1.CellFormatting += new CellFormattingEventHandler(radGridView1_CellFormatting);  
radGridView1.DataSource = meterObjectValueList;  
radGridView1.Refresh();  
 
GridViewColumn col = radGridView1.MasterGridViewTemplate.Columns.FindByDataField("State");  
ConditionalFormattingObject c1 = new ConditionalFormattingObject("ValueRead", ConditionTypes.Equal, "read"""true);  
c1.RowBackColor = Color.Green;  
c1.RowForeColor = Color.Black;  
col.ConditionalFormattingObjectList.Add(c1);  
ConditionalFormattingObject c2 = new ConditionalFormattingObject("ValueInit", ConditionTypes.Equal, "init"""true);  
c2.RowBackColor = Color.Blue;  
col.ConditionalFormattingObjectList.Add(c2);  
radGridView1.MasterGridViewInfo.UpdateView();  
radGridView1.Refresh(); 

 
Am I missing something?

Ben.

Kiril
Telerik team
 answered on 27 Jun 2008
4 answers
137 views
I tried to right align the chunks in the RadRibbon.. but only got them to reverse their order, still all the chunks are left aligned.. can you help?
me
Top achievements
Rank 1
 answered on 27 Jun 2008
3 answers
162 views
How to change the style of disable control ?
Nikolay
Telerik team
 answered on 26 Jun 2008
1 answer
101 views
Hi

I found bug in DockingManager.

MainForm of application holds Docking manager with few DockPanels. Each of panels (named DockPanel1, DockPanel2, DockPanel3) has user controls (let's name them UserControl1, UserControl2, UserControl3) that hold their own docking managers.

Docking manager lets to drag and drop DockPanel1 (it holds UserControl1) to UserControl1 docking manager.

This action throws System.Argument.Exception.

 Best regards.
Julian Benkov
Telerik team
 answered on 26 Jun 2008
5 answers
369 views
Hi,
How i can localize winform controls to polsih language?
Ivo
Telerik team
 answered on 25 Jun 2008
5 answers
204 views
Hi i have a problem, im using a RadGridView for windows, i have a CheckBoxColumn in editable mode, but when the RadGridView lost the focus, latest changes in the checkbox are lost.
Jordan
Telerik team
 answered on 25 Jun 2008
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?