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

I'm working with telerik for Winforms for a couple of weeks now and i was wondering if there is a way to change the row highlight with the Office2007blue skin. In fact it is the only skin that doesn't highlight the all row but the cell and the header of colum. I have to use similar colors that the Office2007blue's, but I wan't a normal highlight like for the Vista skin. Is there a way to modify this ?

Thanks,

[Nean]
Jack
Telerik team
 answered on 10 Jul 2009
4 answers
187 views
Hi

I have as GridView with one ChildGridViewTemplate. I need the data in Child template to have lower font size then MasterGrid for example:
- mastergrid rows and header row in font size 10
- childGrid rows and header row in font size 8


Btw I am really enjoying your controls!

Thanks in advance
Ljubo Žižić
Top achievements
Rank 1
 answered on 10 Jul 2009
5 answers
219 views
Hi,

The Quick Navigator does not always seem to show a preview correctly. Even on your demo application. If you launch two windows, and use the quick navigator, sometimes only the first preview is shown. On other occasions, no preview is shown.

Thanks

Richard
Georgi
Telerik team
 answered on 09 Jul 2009
1 answer
101 views
Hi, is there a way to make a floating dockpanel undockable using drag & drop?
Mike
Telerik team
 answered on 09 Jul 2009
5 answers
1.0K+ views
Hi:
I'm working with Entity Framework (EF), and I have 2 entities (CF_ContribucionesCuota, CF_TipoDocumento) with an association * (Many) to 0..1(Zero or One).

I'm displaying the information in a gridView as follow: (i'm using a BindingSource)
this.cF_ContribucionesCuotaBindingSource.DataSource = context.CF_ContribucionesCuota.Include("CF_TipoDocumento");
this.radGridView1.DataSource = this.cF_ContribucionesCuotaBindingSource;

In the radGridView1, shown a column call CF_TipoDocumento that is the NavigationProperty.
Well, I want to generate a GridViewComboBoxColumn in this column (CF_TipoDocumento) and the ability to change this relationship.

With ADO.net it works...
But, with Entity framework not works...
I try this:
this.cF_TipoDocumentoBindingSource.DataSource = Context.CF_TipoDocumento;

 

GridViewComboBoxColumn gvcbc = new GridViewComboBoxColumn();

 

gvcbc.FieldName =

"CF_TipoDocumento";

 

gvcbc.DataSource =

this.cF_TipoDocumentoBindingSource;

 

gvcbc.DisplayMember =

"TDT_Descripcion";

 

 

this.radGridView1.Columns.Add(gvcbc);

 



Can you help me!!

Thanks!!
Julian Benkov
Telerik team
 answered on 09 Jul 2009
1 answer
92 views
Hi Guys,

I'm not sure if this was by design or a bug, but here it is.

In the Add Reference dialog in VS 2008 the RadChart is listed as RadChart but the previous version of the RadChart was listed as Telerik.WinControls.RadChart.

Listing this reference as just RadChart makes it hard to find and it should be listed as previous - Telerik.WinControls.RadChart.

RadControlSpy is also just listed as RadControlSpy, but I don't know how the previous version was listed.

Thanks,
~Mike
Nikolay
Telerik team
 answered on 09 Jul 2009
1 answer
108 views
Hi,

I upgraded to Q2 to fix a problem with the gradview I was having on wrapping text  (wrap_problem this shows my themed Exit buttons). 

Support told me to upgrade from Q1 to Q2 to solve it.  I have done this but now my theme for my Exit buttons works fine in the designer but not on the forms when the application is run. All exit buttons just defaults to a normal radbutton style when the application is executed.

What can I check do to solve this?

Thanks,
Paul
Mike
Telerik team
 answered on 09 Jul 2009
1 answer
191 views
Hi! I need to align the results of summaries when i group a column, but the info appears without alignment,
I try this:

gTotal.Add(

New GridViewSummaryItem("Plaza", "{0} ".Trim().PadLeft(30, " "), GridAggregateFunction.First))

 

gTotal.Add(

New GridViewSummaryItem("Ipagoprox", "{0} ".Trim().PadLeft(30, " "), GridAggregateFunction.Sum))

 

 

 

Me.dgPrueba.MasterGridViewTemplate.SummaryRowGroupHeaders.Add(gTotal)

 


Example:


CITY: A      TOT1: 100           TOT2: 400
CITY: B      TOT1: 150           TOT2: 800
CITY: C      TOT1: 300.50      TOT2: 400
CITY: D      TOT1: 400           TOT2: 500
CITY: E      TOT1: 450           TOT2: 600

Thanks!

Victor
Telerik team
 answered on 09 Jul 2009
11 answers
293 views
Hi!

Is it possible to put a help button at the top right corner, just like ms-office?

Thanks
Peter
Telerik team
 answered on 09 Jul 2009
1 answer
397 views
Hi there,

What I would like to be able to do is have a seriese of docked user controls that are able to fill the screen with their tabs at the bottom of the screen and the usual Close and Quickbrowse buttons hidden. (as a nice-to-have I would also like close buttons in the tabs at the bottom!)

Obviously this is quite different from the default RadDock behaviour but I have been able to achieve it with DockingManager in the past and figure I should probably be able to upgrade.

I am using DocumentWindows so that I can Dock to the Fill position in my screen and am then doing the following to move the tabs to the bottom and then hide the buttons.

 

this.documentTabStrip1.TabStripElement.TabsPosition = Telerik.WinControls.UI.TabPositions.Bottom;

 

 

this.documentTabStrip1.RootElement.Children[0].Children[0].Visibility = Telerik.WinControls.ElementVisibility.Collapsed;

 

My problem comes then one of the tabs is dragged to another docked position by the user, is there any way for me to perform the same changes to the DocumentTabStrip that will be created?

Also will the process for adding close buttons to the tabs be the same as it was with the DockingManager?

Thanks for any help!

-Antony

Georgi
Telerik team
 answered on 09 Jul 2009
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
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?