Telerik Forums
UI for WinForms Forum
0 answers
89 views
I have an application that is a mdi and on the parent I have a radmenu and on that is a RadMenuComboBoxItem that the user can select the client they want to work with.  I have it setup so that when the user selects a screen the screen loads based on the client that has been selected on the screen.  But there are time the user is going to be doing work on the child and want to change the Client on the parent form.  How can I access the item on the parent from the mdi child?  I can get form, I can get the radmuneitem, but I have not been able to access the RadMenuComboBoxItem.
Eric Klein
Top achievements
Rank 1
 asked on 29 Oct 2012
1 answer
79 views
Hello!

I use a non-Telerik form to add/edit Appointments.  I want to use Telerik's Edit Recurrence dialog instead of creating a whole new form like I did for adding/editing appointments.  I want to do something like:

EditRecurrenceDialog dialog = new EditRecurrenceDialog(appointment);
dialog.Show();

I would assume that once the dialog exits, I would be able to retrieve the recurrence rule from the appointment that I passed in's RecurrenceRule property, but the dialog closes right after it opens, and then returns a null exception when I access the RecurrenceRule property since I didn't get to create a recurrence rule with the form.  Any help would be appreciated!  Thanks!
Oliver
Top achievements
Rank 1
 answered on 29 Oct 2012
5 answers
1.7K+ views
Hi,

I need to implement a customise tootip on my RadGridView cell when user hover mouse on a particular column cell. A tooltip will be displayed showing data of that row. My ToolTip is a user control and when user hover on cell , respective tooltip is shown. I need to know which event of RadGridView will perform this and how to access cell on which user hover mouse. Please help, i need this urgently. Please let me know if some more information required. Thanks in advance,
Jack
Telerik team
 answered on 29 Oct 2012
3 answers
91 views
I have a RadGridView that I set the datasource at run time.  When I export it all the rows that are visible on the screen export fine, however the ones you can't see the excel row height is 3.75 pixels.  (See attached screen shot)  How do I get the export to export the correct format of all rows not just the ones visible?  One other side note is if I scroll through the list and then export it exports correctly. 

this.tSQL = "EXEC dbo.GetDetailsForCodeType '" + strSelectedCode + "','" + strSelectedCodeType + "'";
DataTable dtMarketDetails = this.da.GetDataTable(this.tSQL);
this.dgMarketDetails.DataSource = dtMarketDetails;

As a test I setup another GridView and pre set the data source and that exports just fine. 

Ivan Petrov
Telerik team
 answered on 29 Oct 2012
1 answer
135 views
I'm currently using a RadDropDownList with a set of DescriptionTextListDataItems in DropDownList mode and it looks great except that it's drawing a thin gray separator line between the item text and the item description like this:

Text
----------
Description
Text
----------
Description


Is there a way to remove this separator line and to have a separator line between the list items? What I'm looking for is something like this:

Text
Description
----------
Text
Description

I'm not sure the way I'm doing it now is correct or the preferred way.

private void SearchTypeList_CreatingVisualListItem(object sender, CreatingVisualListItemEventArgs e)
{
    e.VisualItem.BorderColor = SystemColors.Control;
    //e.VisualItem.Children[0].Children[1].Children[1].ShouldPaint = false;
 
    foreach(var child in e.VisualItem.Children)
    {
        if(child is StackLayoutElement)
        {
            foreach(var child1 in child.Children)
            {
                if(child1 is StackLayoutElement)
                {
                    foreach(var child2 in child1.Children)
                    {
                        if(child2 is LinePrimitive)
                        {
                            child2.ShouldPaint = false;
                            return;
                        }
                    }
                }
            }
        }
    }
}

Peter
Telerik team
 answered on 29 Oct 2012
1 answer
109 views
To whom it may concern,
we are evaluating your GridView component. However, just found the gridview control keeps freezing? 
See attached sample project, did I do something wrong?

Any of your reply will be highly appreciated, thank you!

Svett
Telerik team
 answered on 29 Oct 2012
5 answers
187 views
Hi, with VSB I can customize a theme for a RadListView displayed in "SimpleView": As I can see in the "Control Structure" panel I have on a SimpleListViewElement to customize (see the attached file).
But if I want toi customize the theme for RadListView displayed as DetailsView, How can I do?
When can I find and customize the DetailListViewElement?

In general, come element are available only when some properties has certains values, but how can select and customize then using VSB?

Thank you.
Stefan
Telerik team
 answered on 29 Oct 2012
1 answer
104 views
I am creating an appliaction that I have a main form and then a RadPanel that depending on what the user selects from the menu will then load a user control(form) into the panel.  But I need to access data from the main form.  My question is, is this a good design or is the re a bteer way to have screen s load into the app.  Also if this a good design how do I get values from a dropdown on the main form when the child loads, and then if I change the value on the dropdown how do I get the child control to reload based on the value in the dropdown.
Eric Klein
Top achievements
Rank 1
 answered on 27 Oct 2012
1 answer
114 views
I am trying to implement my own Drag hint line. All is well but if the user cancel the drag operation I cannot hide my hint line because I cannot find the event where I can tell the user canceled the drag.

I tried a few thing with no luck. Example, the user starts to drag a node then stays on that node and release the mouse.
MouseUp, NodeMouseUp don't fire. Same thing when the user starts the drag operation but hits Escape key.

Anybody has a trick?
NorthGates
Top achievements
Rank 2
 answered on 27 Oct 2012
2 answers
211 views
I'm using TriStateMode = true and AutoCheckChildNodes = true.  I would like to keep the behavior that checking a node automatically checks all children.  But if I uncheck all the children, the parent node also unchecks.  I would like to leave the parent node either checked or indeterminate (and possibly change the indeterminate image).

Even better, is it possible to modify this behavior for some parent nodes but not for other parent nodes?

Thank you,
Gary
Stefan
Telerik team
 answered on 26 Oct 2012
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
Documentation
SplitContainer
Map
DesktopAlert
CheckedDropDownList
ProgressBar
TrackBar
MessageBox
Rotator
SpinEditor
CheckedListBox
StatusStrip
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
CollapsiblePanel
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
GroupBox
WaitingBar
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
Styling
Barcode
PopupEditor
RibbonForm
TaskBoard
Callout
NavigationView
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Security
LocalizationProvider
Dictionary
SplashScreen
Overlay
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?