Telerik Forums
UI for WinForms Forum
2 answers
151 views

Hello

What is the best way to adapt the text of the default context menu of a treeview ? I know that I could change the text property of each item on the ContextMenuOpnening but a more global solution as a Localization Provider will be welcome.

Thanks for your support

Marco
Top achievements
Rank 2
Veteran
 answered on 03 Sep 2015
1 answer
130 views

Hi,
I'm using a graph in wich i specified an horizontal DatetimeCategoricalAxis.
I have a the first axe label trucated (attaced file).

Is it possible to fix this issue without changing the "LabelRotationAngle" value ? 

Regards,

Mathieu

Dimitar
Telerik team
 answered on 03 Sep 2015
2 answers
117 views

Hi,

I need to customize the filter popup to add some new choices.

I've tried to add item this way :

        private void radGrid_FilterPopupRequired(object sender, FilterPopupRequiredEventArgs e)
        {
            var popUp = e.FilterPopup as RadListFilterPopup;
            if (popUp == null)
                return;

            var rmiSortByColor = new RadMenuItem("Sort by color");
            popUp.Items.Insert(0, rmiSortByColor);​

            [...]

  

Unfortunally, as you can see in the provided screenshot, the item is very huge, and the height increase proportionally when I resize the popup.

I have the exact same problem when I add a simple separator.

 

Did I miss something ?

Grégory
Top achievements
Rank 1
 answered on 02 Sep 2015
1 answer
95 views

Why u delete my post-question without explanation ?

Just wonder.

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 01 Sep 2015
3 answers
428 views

Dear this is wamiq

i have a problem in my rich text editor when i am using arabic font , actually the sceerio is that when i paste arabic text  into my rich text  editor and then try to change it to other arabic font from the font dropdown up in the main menu of rich text  it's destroying all the text,, 

Can you please assist me im attaching image for reference

Hristo
Telerik team
 answered on 01 Sep 2015
8 answers
328 views

My problem is occured at RadScheduler control on Timeline View mode about scrolling.

Follow my attach image, when I click at number 1 view'll change 1 scale (Ex. 1 hour).

If I click at number 2 I'll got same result with number 1.

My question is how I change scroll range at number 2 (Ex. view move forward to 4 hour per click)

 

Thank you.

Peerapong
Top achievements
Rank 1
 answered on 01 Sep 2015
1 answer
322 views

Hi, I have a RadButton to which i set the next properties at runtime:

    RadButton btn = ((RadButton)radPanelButtons.Controls[radPanelButtons.Controls.Count - 1]);
            btn.Dock = DockStyle.Left;
            btn.Text = text;
            btn.TextImageRelation = TextImageRelation.ImageBeforeText;
            btn.Image = img;
            var imagePrimitive = ((ImagePrimitive)btn.ButtonElement.ImagePrimitive);
            ((TextPrimitive)btn.ButtonElement.Children[1].Children[1]).TextWrap = true; 
            btn.TextAlignment = ContentAlignment.TopLeft;
            btn.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;​

 The text moves next to the image, but the button size remains the same. See the picture.

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 31 Aug 2015
1 answer
424 views

Hi,

I want to print a loaded pdf file from a PDF viewer programatically.

I don't want to click on the print icon then display the preview and finally reclick on print button.

I tried to do this

 

This.pdfViewer.Print();

but the printed document doesn't fit the page size.

 Do you have a solution.

 

Regards.

 Mathieu

 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 31 Aug 2015
11 answers
376 views
i have one RadMaskedEdit bind to object, with date mask.
My object sets a value in radMasked and if i want to clear or set to null then radmasked does not clear.
the control does not set to empty.
how i do?

Hristo
Telerik team
 answered on 31 Aug 2015
2 answers
350 views

When the column header of a RadGridView is clicked, it fires the SortChanging event.

 In this event, I am executing the following code:

 

Telerik.WinControls.UI.GridViewTemplate gwt = (Telerik.WinControls.UI.GridViewTemplate)sender;
 
Telerik.WinControls.Data.SortDescriptor sort = (Telerik.WinControls.Data.SortDescriptor)e.NewItems[0];
 
Telerik.WinControls.Data.SortDescriptor sort1 = new Telerik.WinControls.Data.SortDescriptor()
{
    PropertyName = "sortorder",irection = System.ComponentModel.ListSortDirection.Ascending
};
 
gwt.SortDescriptors.Clear();
 
gwt.SortDescriptors.Add(sort1);
gwt.SortDescriptors.Add(sort);
 
​

This re-fires the SortChanging event, resulting in an infinite loop.

 How can I suppress the refiring of the SortChanging event?

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 31 Aug 2015
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
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
RibbonForm
Styling
Barcode
PopupEditor
TaskBoard
NavigationView
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Overlay
Security
LocalizationProvider
Dictionary
SplashScreen
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
SpeechToTextButton
+? more
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?