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

I want a bounded item of particular item of combo.
Do we have something like that in rad combo for winforms?

Thanks

Regards,
Divyesh Chapaneri
Georgi
Telerik team
 answered on 24 Jul 2008
1 answer
188 views
Hi,

I have a RadGridview on my form in which a column have data shown as underlink (just to give look & feel of Hyperlink column). When user click on any cell on this column, it pop a new FORM. This newly opened form has Cancel button. When i click cancel button, my background screen flicker. I'm appending my code herby:

Main form:

private void radGridViewDLDDiag_CellClick(object sender, GridViewCellEventArgs e){if (e.ColumnIndex == 1 && e.RowIndex > -1)

{

try{
selecteditem = radGridViewDLDDiag.Rows[e.RowIndex].Cells[e.ColumnIndex].Value.ToString();
DLDConfigUpgradePopUpForm configUpgradePopUpForm = new DLDConfigUpgradePopUpForm(selecteditem);
configUpgradePopUpForm.ShowDialog(
this);
}
catch (Exception ex)
{
}}}


My pop form (DLDConfigUpgradePopUpForm )  has  cancel button

which has one line code as: this.Dispose()

but this makes my background screen flicker. PLease suggest.

Jack
Telerik team
 answered on 24 Jul 2008
3 answers
183 views

Hi ,

I am using a RadTreeNode, tree Structure is given below.                         

Label-0
       Label0-1 -- Context Menu -1 is assigned to this node
               Label0-1-1 Context Menu -2 is assigned to this node
               Label0-1-2 Context Menu -2 is assigned to this node

        Label0-2
              Label0-2-1
                Label0-2-2  
Label-1
                    

I have assigned Context Menu -1” to  Label0-1 and Context Menu -2” to Label0-1-1  as shown above .

When I do a right click on node Label0-1-1, for first time “Context Menu 1” 1 is showing , next time when I do a right click then it’s showing “Context Menu 2”. I mean sub nodes are showing the context menu of the Parent node for the first time and second time when you do a right click it shows the proper context menu. 

Could any body please help me out .

Sasmita 

Jordan
Telerik team
 answered on 24 Jul 2008
1 answer
188 views
How to bind IDictionary as datasouce for RadCombobox controls. I am getting error like Bad datasource for complex binding

radcombobox1.Datasource = Idictionary object.;
radcombobox1.Displaymember = "Value";
Thanks in advance.
Dimitar Kapitanov
Telerik team
 answered on 24 Jul 2008
1 answer
98 views

Is it possible to change the color of text of  all points on a line graph?   I notice that I am able to manipulate the point size, Point color but i am not able to change the  color of text to display in point. I have used RAD Chart v 3.0.1 and i am using framework 1.1 & ASP.Net.

I have tries this.

LineSeries1.AddItem(TotalMinutes, Convert.ToString(TotalMinutes) & " Min", Color.Blue)       
LineSeries1.PointColor = Color.Blue
LineSeries1.PointSize = 5               
LineSeries1.SetItemColor(i, Color.Blue)

But i can change the point color to blue color but not able to change the text of that point.

Also can you please tell me how can i visible Y2Axies in line graph?

Thanks

Ves
Telerik team
 answered on 24 Jul 2008
1 answer
139 views
I was dreaming that someone like telerik will provide a "Print" method on the GridView. May be telerik can add this to the do list for next release.

Kind regards ... DP
Martin Vasilev
Telerik team
 answered on 22 Jul 2008
3 answers
97 views
Hello, I am experiencing a basic problem with Telerik controls concerning when the mouse down is performed on one part of the control, and the mouse up occurs on another part of the control.  The item is not selected in that case.

For example, in the case of the RadCombobox, if I click the mouse button over the drop down arrow, the combobox opens.  Without releasing the mouse button, I move the cursor over an item in the drop down, and then release the button.

Expected behavior:  the item would be selected and placed into the edit box portion of the combobox.

Actual behavior:  the item is not selected; the drop down remains open, and I must push and release the mouse button on the desired item to select it.

This happens no matter how I set the ClickMode property.

Another example is in RadMenuStrip.  If I have a simple menu:

  File
       Exit

and I click over File, it drops down the menu to show the Exit item.  Without releasing the button, I highlight Exit and release the button.

Expected Behavior:  The Exit menu item's click event is fired.
Actual Behavior:  It is not fired.  I have to click Exit and release mouse button again to select it.

I don't understand why this is the default behavior when normal Windows apps have been doing it my way for decades?  FWIW, the DevExpress menus work exactly the same way as yours, so I'm thinking there is a fundamental change of thinking with control developers!  ;)

Thanks,
David
Vassil Petev
Telerik team
 answered on 22 Jul 2008
1 answer
49 views
When I close the property builder Visual Studio is prety much locked up. When I try to kill the process it then tells me that there is still a modal dialog open. If there is it is not visable. This seems to be intermitant. One other thing. I have had on ocasion where when adding columns to a databound grid it will throw an error that the data memeber value that was entered does not exist then the window disapears.
Georgi
Telerik team
 answered on 22 Jul 2008
1 answer
95 views
Hello,

I'm using a RadTabStrip in a form where I want to contain settings. When the user has clicked around in the different tabs and made his settings I want him to be able to press 'Enter' and make the settings dialogue dissappear. My problem is that even though the AcceptButton-property is set to my OK button, it seems that nothing happens if my RadTabStripItem is focused. This means that if I click a new tab, pressing enter does nothing (pressing esc for cancel still works fine). Is there any good work around for this?
Boyko Markov
Telerik team
 answered on 21 Jul 2008
1 answer
195 views
Hello,
   
    I have unsuccesfully been trying to programmatically set the theme of a 'RadPanel' to "Office2007Blue". At Design time i have been using this them in my app. At runtime i create multiple RadPanels and would like to apply this same theme to them also. How can i do this at runtime, programatically?

    Many thanks, Michael.
Nikolay
Telerik team
 answered on 21 Jul 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?