Telerik Forums
UI for WinForms Forum
1 answer
411 views

Dear support,

I have a naive question regarding dropdown menu.

I have created a standard Rad MenuBar with four standard menuItems. Some of these menu items will contains multiple sub-menu items and I would like to automatically have a dropdown behaviour when the user pass the mouse hover the corresponding parent menu item.

Is this possible and how ?

Many thanks

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 30 Aug 2022
1 answer
132 views

Hi,

I have chartview and radRangeSelector.

The question is: how can I get the Axis label values for from radRangeSelector for the start and end zoom.

Hope I can get help soon.

/Omar

Maria
Telerik team
 answered on 30 Aug 2022
3 answers
214 views
How to create dynamic report from Radgridview and how to customize the column width dynamically in report viewer?
Dimitar
Telerik team
 answered on 30 Aug 2022
1 answer
113 views

Hi,

I created an appointment in a multiDayView. I have no problem if the appointment duration is within the same day. However, if I span the appointment across two days, the appointment disappeared after I choose dayView or weekView and then move back to multiView. Below is the code snippet of my multiDayView routine. Any help is appreciated. Thanks

            SchedulerMultiDayView multiDayView = new SchedulerMultiDayView();
            this.radScheduler1.ActiveViewType = SchedulerViewType.MultiDay;            
            DateTime current = radCalendar1.SelectedDate;
            this.radScheduler1.ActiveView = multiDayView;
            multiDayView.Intervals.Add(current, 3);       
            multiDayView.ShowAllDayArea = false;

                      
Dinko | Tech Support Engineer
Telerik team
 answered on 30 Aug 2022
1 answer
231 views

Hello community!!!

I have a RadLabel with HTML-like formatting text and TextWarp property to true.

My_radLabel.Text = "<html>This is a text <b>example</b> this is a text <b>example</b> this is a text <b>example</b> this is a text <b>example</b>.";
My problem is when RadLabel text is warping. In any point of text where the </b> tag exists, if text warps there, next line has a space at the start like this:

This is a text example this is a text example
  this is a text example this is a text example.


Else, if I remove the <b> tag where the text is warping it looks okay:
My_radLabel.Text = "<html>This is a text <b>example</b> this is a text example this is a text <b>example</b> this is a text <b>example</b>.";
This is a text example this is a text example
this is a text example this is a text example.

Any idea why is this happening?

Thank you for your time!!!
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 29 Aug 2022
2 answers
350 views

Is there a way to export from the gridview and freeze the top row?

Thanks,

Dimitar
Telerik team
 answered on 29 Aug 2022
1 answer
141 views

I have my text boxes all set to use rounded corners via the style builder.  However when I set the background color of a textbox, the background fill does not respect the rounded corners.  Below is a blown up screenshot as an example.

Dinko | Tech Support Engineer
Telerik team
 answered on 26 Aug 2022
2 answers
121 views

Hello,

I haven't seen this in the demos or documentation (yet?). is it possible to build a third calculated field out of two calculated fields?

Example: CalculatedField1 = Field1 + Field2

CalculatedField2 = Field3 + Field4

CalculatedField3 = calculatedField1 / calculatedField2

thanks in advance

Rolf Kaleveld

Dinko | Tech Support Engineer
Telerik team
 answered on 24 Aug 2022
1 answer
268 views

I have an application I'm upgrading from an old control set where this worked before.

The requirement that I have is that for each row, when a value is entered in the first column, I need to filter down the available items in a second combobox column on that row.  This changes row per row depending on what was entered in the first column.  

eg: If I enter "colour" in the first column, I need to see colours in the combobox. If I enter "shape" in the first column, I need to see shapes, in the combobox.

It's functionally working right now by just setting the datasource for the combobox to be a DataTables DefaultView that I'm just adjusting the row filter for.

//Set datasource
combo.DataSource = dt.DefaultView;

//Later on update filter to change values
dt.DefaultView.RowFilter = "some_id_column = " + id_to_filter_by;

But, every time I select a different row that doesn't match the filter pattern, the second column looks blank as the RowFilter changes.  The value is retained as part of the backing grid datasource, but it clumsy as the display text can look blank on any unselected rows.

Is there any way around this by changing the filter or data source directly on the cells instead of the column?  That way I could adjust it for each row without it effecting all rows?

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 24 Aug 2022
2 answers
286 views

Hello community!!!

I am working on a small project with a "RadForm" which contains a "RadPageView". This "RadPageView" has been set to "NavigationView" mode. It contains four pages (RadPageViewPage) and one of them is "Settings" page.

What I am trying to do is...

When user makes any change on settings page and try to change page, takes a message. If user choose to save changes, program saves changes. Else just goes to clicked page.

My problem is...

As you can see in my code, I want user to remain in settings page when choose to save changes ( Main_radPageView.SelectedPage = Settings_radPageViewPage; ). In my code, program saves the changes but it goes to the page which clicked before!!!

        private void Settings_radPageViewPage_VisibleChanged(object sender, EventArgs e)
        {
            if (!Settings_And_SettingsFields_AreEqual())
            {
                DialogResult Dialog_Result = RadMessageBox.Show(this, "You have make changes on settings. Do you want to save them?", "Message", MessageBoxButtons.YesNo, RadMessageIcon.Info);
                if (Dialog_Result == DialogResult.Yes)
                {
                    // Code...
                    Main_radPageView.SelectedPage = Settings_radPageViewPage;
                }
                else
                {
                    // Code...
                }
            }
        }
Any idea how can I achieve that? Am I using the "correct" event (VisibleChanged)?

Thank you for your time!!!
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 24 Aug 2022
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
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
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?