Telerik Forums
UI for WinForms Forum
1 answer
104 views
Hello,

the project upgrade utility shows an unreadable textcolor.
The light grey backcolor and the white text color is a bad color combination.

Kind Regards,

Ramius
Stefan
Telerik team
 answered on 15 Jun 2010
3 answers
512 views
Hi

I have created a radButtonElement in a ribbonbar group.
The text of the button is "New Connection", I want this text to be on 2 lines, and want it centered.
Right now I can get the caption in 2 lines by using "<html>New<br />Connection</html>" in the property Text.
However this is always left aligned when shown in screen.
Eg. like below
<Icon>
New
Connection

How can I make New Connection centered, not default to left align?

The image attached is the rabButton in the radRibbonBar.  It is left aligned but I want it centered.
Boryana
Telerik team
 answered on 15 Jun 2010
1 answer
125 views
In a hierarchical gridview,with pinned rows,how I can enable/provide keyboard navigation in pinned rows?For now,the user can navigate to/select pinned rows only with mouse.
Jack
Telerik team
 answered on 15 Jun 2010
1 answer
168 views
Hi Telerik Team,

I am upgrading the telerik from "RadControls for WinForms Q3 2009 SP1(Version : 2009.3.9.1203)" To "RadControls for WinForms Q1 2010 SP2 (Version : 2010.1 504)"

Kindly let me know if any code changes are required to the newer version.

Reply asp.

Regards Arul
Vassil Petev
Telerik team
 answered on 15 Jun 2010
1 answer
164 views
Hi,

Might be this question is repeated but i still have a doubt.

I have 3 grids on a single WinForm.  I applied "Breeze" theme to all 3 grids. 
Now want i want to do is apply different color shade to all 3 grids on top of Breeze theme.
eg. 1st grid Blue  (which is default of Breeze theme)
      2nd grid light RED
      3rd Grid  light Green.

IF i use below code it changes color for all Grids.
HslColor baseColor = HslColor.FromArgb(255, 56, 154, 254);  
currentTheme.AddColorBlend("BaseColor", baseColor);  
currentTheme.ThemeProperties["BaseColor"] = HslColor.FromArgb(255, 204, 102, 0);  
 

Is there better way to apply different color shade to all 3 grids on top of Breeze theme  or any Alternative way to achieve the task.

Regards

Stefan
Telerik team
 answered on 15 Jun 2010
1 answer
409 views

We use Telerik and a radLabel. Can anybody tell me how I change the borderstyle to fixed 3d. The current telerik radlabel can only set the border to single, fourinner and a third one. It does not give me the opportunity of using Fixed3d

How can this be achived.

Boryana
Telerik team
 answered on 15 Jun 2010
1 answer
105 views
Why do the same group appears more than once when adding new rows?
If a resort or regroup, everything goes normal again.
Julian Benkov
Telerik team
 answered on 15 Jun 2010
4 answers
297 views
Q2 2009
Visual Studio 2008

When exporting to Excel I have not properly displayed, a text field in DataGrid, which is looks like "1/5" are displayed in Excel as "39818" and the field DataTime original meaning "28.07.2009 11:59:22" are displayed in Excel as a "40022.62126".

RadGridViewExcelExporter exporter = new RadGridViewExcelExporter();
saveFileDialog.RestoreDirectory = true;
if (saveFileDialog.ShowDialog() == System.Windows.Forms.DialogResult.OK)
{
     string path = saveFileDialog.FileName;
     exporter.Export(this.RGridView, path, "List 1");
}

How do I make that data would be displayed when exporting to Excel correctly?
MiroslavStantic
Top achievements
Rank 1
Iron
 answered on 15 Jun 2010
19 answers
658 views
i was working wd telerik Q3 2007 due to deleting Cresh problem and some others issues i jst switched to Q1 2008 SP1. bt i still found an error. as Row deleting/RowDeleted function has been replaced with RowChanging/RowChanged.we i hve only one row and i m gonna delete that row RowChanging Event Works Fine bt i could not be able to catch RowChanged Event as i want to do some work on RowChanged as well. Is any other event that could allow me not to much changes in my Code ?
Jack
Telerik team
 answered on 15 Jun 2010
1 answer
219 views

I am using Telerik.WinForms.2009.Q1.SP1 controls.
I have a windows application with bunch of Radcomboboxes. I am having following issue with combox boxes autocomplete feature.

Steps:
1. Use Mouse to move from previous field to Make (Radcombobox) field.
2. Once on Make field, type in two characters (like "ch").

3. When the drop down list box shows the list and puts you on CHEVROLET, select CHEVROLET with your Mouse.

4. Use mouse to Click to Model (Radcombobox) field.

5. The model drop down list is not filtered with make, since the control thinks i have selected a make of "CH" although the control is actually displaying CHEVROLET.

When i save the data, in the database the value is saved as "CH" instead of "CHEVROLET".

In the forums, i found the resolution for this issue is to upgrade to new version.
Is there any work-around to solve this issue without updating to new version. We are not comfortable to update to new version.

Any help is appreciated.

Thanks
Vanitha

Victor
Telerik team
 answered on 15 Jun 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?