Telerik Forums
UI for WinForms Forum
2 answers
77 views
Hi,

I'm migrating from the obsolete PanelBar Control and need a Scrollbar like in ExplorerBar mode, but with just one open Page. I can't find any Method to programatically expand or collapse Pages.

Andy suggestion?

Thanks
Andy
Stefan
Telerik team
 answered on 29 Jul 2011
5 answers
104 views
I updated to the today to 2011.2.11.72 and my Solution Explorer is now showing a temporary key file called testenv1_TemporaryKey.pfx. Do I have to be concerned - how is that changed.
Karl
Erjan Gavalji
Telerik team
 answered on 29 Jul 2011
1 answer
184 views
Hi. I have WinForm Q1 2011.
I have a RadListControl and I fill it from a table in a database,
when a item is to large, dont appears the horizontal scroll bar.
however, if I put a long row from the design view, the horizontal scrollbar is added.
I have tried several things but nothing works, I hope your answer thanks.

lstAreasDisponibles
(listControl) properties :
  •    autoscroll = true
  • fitItemSize = false
  • AutoSizeItems = true

This function fills the listControl.

private void cargarDatosListAreaDisponible()
        {
            string query = "SELECT Vista_Cat_Adscripcion_SIRH.Indice, Vista_Cat_Adscripcion_SIRH.Nombre " +
                            "FROM Vista_Cat_Adscripcion_SIRH INNER JOIN " +
                            "  Vehiculos ON Vista_Cat_Adscripcion_SIRH.Indice = Vehiculos.IdArea " +
                            "GROUP BY Vista_Cat_Adscripcion_SIRH.Indice, Vista_Cat_Adscripcion_SIRH.Nombre, " +
                            "  Vehiculos.Status " +
                            "HAVING Vehiculos.Status = '1' "+
                            "ORDER BY Vista_Cat_Adscripcion_SIRH.Nombre";
 
            Query obj = new Query();
            DataTable dt = obj.obtenerSelect(query);
 
            string[,] datos = new string[dt.Rows.Count, dt.Columns.Count];
 
            for (int fila = 0; fila < dt.Rows.Count; fila++)
            {
                RadListDataItem rldi = new RadListDataItem();
                rldi.TextWrap = true;
                rldi.Text = dt.Rows[fila][1].ToString();
                lstAreasDisponibles.Items.Add(rldi);
            }
        }
Stefan
Telerik team
 answered on 29 Jul 2011
0 answers
79 views
hello

Iam using a RadGridView in my WPF project which has only one column when the width of the column is set to " * " the grids width exceeds the containers width this causes the Container to be streched. but if the * is removed the grid is not getting filled inside the container

Thanks 
Jagan 
Jagadeesh
Top achievements
Rank 1
 asked on 29 Jul 2011
1 answer
106 views

We have a silver light page . In the silver light page one graph and grid are there, grid having more than six page data, in the print only one page data is coming and other page is blank.


 
Could you please suggest on this issue.

 

Dimitrina
Telerik team
 answered on 28 Jul 2011
1 answer
107 views
I am programmatically adding DocumentWindows to a RadDock control, I would like to capture the when the ActiveDocumentWindow changes, essentially I would like to capture when I move from tab to tab. Please advise. 

Thank you!
Stefan
Telerik team
 answered on 28 Jul 2011
6 answers
141 views
Hello,

I think because of in a Japanese environment, CommandBar Customize Dialog layout is corrupted as the attached file.
I use 64bit Windows 7 Japanese Version.
Is there any way to correct this?

Thank you.
Ivan Todorov
Telerik team
 answered on 28 Jul 2011
15 answers
579 views
In c# I would like to programmatically set the foreground and background colors of the header cells at runtime.  Is this possible?
Svett
Telerik team
 answered on 28 Jul 2011
1 answer
103 views
Hello ,
      I got gold historical data like

01/02/2001    271.10
01/03/2001    267.15
01/04/2001    267.10
01/05/2001    267.40
01/06/2001    262.70
01/08/2001    268.30
01/09/2001    267.00

How can i build like yahoo graph like
http://finance.yahoo.com/q/bc?s=GOLD+Basic+Chart

I also got this data in CSV , MDB , EXCEL.

Many thanks
David

Vladimir Milev
Telerik team
 answered on 28 Jul 2011
10 answers
442 views
Is it possible to color each group differently?  For example, if I were grouping my grid by Age and Gender could I make the header rows of Age red and the header rows of Gender blue?  (Note: Not the rows of the actual data being grouped, just the headers)

Also, is it possible to add text to row headers?  For example, if I was grouping by department number, could I put the departments total income in the grouping header?
Svett
Telerik team
 answered on 28 Jul 2011
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?