Telerik Forums
UI for WinForms Forum
5 answers
345 views
Hello,
I would like to let the forecolor of text in the datarow become red in a row when some special condition happened,but the RadGridView can't
satisfy my requirment,

How can I use the properties of BackColor,FroeColor,RowBackColor,RowForeColor,CellBackColor and CellForeColor in the RadGridView directly without using the VisualElement Class and ConditionalFormattingObject Class ?

I ever tried to convert the type of RadGridView  to VisualElement and ConditionalFormattingObject,but it failed ....

I can't find the method to solve this problem,I need your help
ps:The version of the RadControls is "Winforms Q1 2008 SP1"

Thanks a lot,
Best Regards.
Nikolay
Telerik team
 answered on 21 Jun 2010
0 answers
78 views
Hi,
i recognized that its not possible to get the AutoCompleteMode working when a MaskedMode is enabled.

I got a MaskedEditBox. The user should enter ip adresses. But i want to give him some of his entered ip´s before. But it´s doesnt work. Are there any workarounds for this problem ?
Dieter
Top achievements
Rank 1
 asked on 21 Jun 2010
3 answers
170 views
Hello,

I'm wondering if it's possible to get the chart coordinates given a screen coordinate. I'm implementing changing chart values by dragging points, and in the MouseMove or MouseUp event, I want to get the YValue corresponding to the Location (screen coordinates) provided in the MouseEventArgs.

Any help would be appreciated.

Thanks,
Baris
Dwight
Telerik team
 answered on 21 Jun 2010
3 answers
179 views
Hi !
I have a grid with first 2 columns read only and more other ReadWrite.


When I "Click here to add new row " and I click somewhere on the direction of these 2 columns Readonly, the DefaultValueNeeded event is not triggered .If I click on the direction where I have read write columns , this DefaultValueNeeded event is triggered.

Is this behavior normal ?

Regards,
Mihai

Nikolay
Telerik team
 answered on 21 Jun 2010
3 answers
249 views

I want to report 2 issues:
   1. The Telerik.WinControls.UI.RadRibbonBar is not correctly implement the System.ComponentModel.INotifyPropertyChanged ( see propeties like Expanded and CollapseRibbonOnTabDoubleClick)
   2. The property CollapseRibbonOnTabDoubleClick of the Telerik.WinControls.UI.RadRibbonBar does not work


Desired behaviour
: Given a form with an expanded RadRibbonBar docked, the groups and buttons to be always visible( to disable the collapsing of the RadRibbonBar)

Expected behaviour: Given a form with an expanded RadRibbonBar docked with the property CollapseRibbonOnTabDoubleClick setted to false. Any user double click maded at run-time on the tab ribbon buttons to not collapse the ribbon bar.

Steps to reproduce: Create a new WinForms solution. In the designer of the form insert from the toolbox a new RadRibbonBar. Add a tab(click on the Add New Tab ... button and insert a text), a group( click on the Add New Group ... button and insert a text) and a button in the group ( in the group bounds right click and from the contextual menu choose Add an item > RadButtonElement).
Open the code window by right clicking in the designer surface area and choosing from the contextual menu View code.
Insert in the form constructor, immediately after the InitializeComponent(); method call

  this.radRibbonBar1.PropertyChanged += new PropertyChangedEventHandler(radRibbonBar1_PropertyChanged);  
  this.radRibbonBar1.Expanded = true;  
  this.radRibbonBar1.CollapseRibbonOnTabDoubleClick = true;  
  this.radRibbonBar1.CollapseRibbonOnTabDoubleClick = false;  
 

Insert a new method in the form class:

 void radRibbonBar1_PropertyChanged(object sender, PropertyChangedEventArgs e)  
    {  
        if ("CollapseRibbonOnTabDoubleClick" == e.PropertyName || "Expanded" == e.PropertyName)  
                this.Text = string.Format("CollapseRibbonOnTabDoubleClick {0}       Expanded {1}"this.radRibbonBar1.CollapseRibbonOnTabDoubleClick, this.radRibbonBar1.Expanded);  
    }  
 
 

Run the application and double click the tab button( not the button in the group). Expected state of the form: a title bar with the text: CollapseRibbonOnTabDoubleClick false       Expanded true and the ribbon bar to be expanded( the group to be visible)

Could you please help me to reach the desired scenario described earlier? 

Deyan
Telerik team
 answered on 18 Jun 2010
1 answer
224 views
Can I only wraptext in row header without autosizerows in radgridview ?
Alexander
Telerik team
 answered on 18 Jun 2010
1 answer
200 views
Part of this is my lack of understanding of the new Visual Style Builder, but I am trying to take an existing theme and remove the extra highlighting on the current cell.  (We are using FullRowSelect selection mode on a readonly grid so it has been asked that we not show any interaction with the cells).

Previously I would open the theme up in the VSB, remove the extra states on the cell object and resave the theme as an XML file with a unique theme name.  Then I would include the xml file as a resource and load it up via a RadThemeManager as a resource.

How would I do the same thing with the new VSB?  

So far I've tried:

1) Opened the VSB
2) Loaded Office2010 as a package (found the package along with the source code).
3) Navigated to the GridView, expanded down to GridDataCellElement, then removed the IsSelected and IsCurrent element states (reverted to default No Style)
4) It appears to work correctly in the grid preview in the center
5) Saved the theme with a new name, but unchecked save as package to save it as an XML file (unchecked all controls except for the GridView)
6) Now I have a repository xml and a theme xml.  Not sure what to do with both of them, but including just the theme file as a resource like I used to doesn't quite work

Did I miss the documentation on how this should work?

Thanks
Adam
Nikolay
Telerik team
 answered on 18 Jun 2010
4 answers
139 views
Is there an up to date CAB Kit that has support for RadDock?

I've hunted around but can't seem to find it, and it appears that CAB is going away since numerous links are unresolved.  LOL

I hope there is someone still monitoring this forum.

Thanks,
Michael
Deyan
Telerik team
 answered on 18 Jun 2010
1 answer
119 views
Hi
I have a RadRibbonForm in my project.i want to set tooltiptext for close and minimize box.
but when i set tooltiptext property for Imagebuttonelement in Edit UI Elements for RadRibbonBar it does'nt work.


Please Help me.
thanks All .
Martin Vasilev
Telerik team
 answered on 18 Jun 2010
3 answers
203 views
hey,
       When I set the RadDateTimePicker to Null value and try to open the popup after that the date is set to 1/1/1900. Is there any way to change that to open the popup with the date of today when the RadDateTimePicker instead of  1/1/1900?
Thanks
Dobry Zranchev
Telerik team
 answered on 17 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)
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
ProgressBar
CheckedDropDownList
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
Barcode
BindingNavigator
PopupEditor
RibbonForm
Styling
TaskBoard
Callout
ColorBox
PictureBox
FilterView
NavigationView
Accessibility
VirtualKeyboard
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Licensing
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
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?