Telerik Forums
UI for WinForms Forum
1 answer
377 views
Hi there!
is it possible to assign an image to the RadPageViewPage, which is displayed before the tab title,
i want just like the attached picture and by the way i am using VS 2013 and VB
Stefan
Telerik team
 answered on 09 Mar 2015
4 answers
152 views
I made my first experiments with this control. I was astounded that I had to do the following to get the cursor to be at the start of the string when the user tabbed into the control (otherwise it was at the end of it ???)

    private void radMaskedEditBox1_Enter(object sender, EventArgs e)
    {
         radMaskedEditBox1.SelectionLength = 0;
         radMaskedEditBox1.SelectionStart = 0;           
    }

So okay, I didn't expect this behavior, but ...

Next, I wanted to put a blank (or underscore, or whatever) into the text when the number my user entered had less digits than the full amount.

Wow! Here's one attempt:

     private void radMaskedEditBox1_Leave(object sender, EventArgs e)
     {
         int len = radMaskedEditBox1.Text.Length;
         string val = radMaskedEditBox1.Text;
         while (val.EndsWith("_"))
             val = "0" + val.Substring(0, val.Length - 1);
         radMaskedEditBox1.Text = val;
     }

Whatever leading character I tried (" ", "0", "_") the result was the same. There is simply no way that I can see to right-justify the number, although that is how most numbers are presented.

Have I missed something? Sure the cursor should automatically go to the start of the field on entry, and numbers should be right justified?

Cheers,

Helen
Stefan
Telerik team
 answered on 09 Mar 2015
0 answers
72 views
Hi,I am looking for a RadTabStrip(Telerik Rad Tab Strip Version 3.6.3.0) Tab Menu, Horizontal aligned menu appearing like vertically in IE version 9 and below versions.Please find the attached image of issues,Give me a solution.
Harikrishnan
Top achievements
Rank 1
 asked on 09 Mar 2015
4 answers
230 views
I'm trying to figure out how to place an icon on my page view (ExplorerBar View Mode). For each of my pages that are there, I need an icon so that users won't have to open the actual page to read/figure out if the note has been saved or not. . . there's already a bunch of text on the strip, so really an icon is best.

Is there a way to do this? Can someone please point me in the right direction?
Moji
Top achievements
Rank 1
 answered on 07 Mar 2015
2 answers
331 views
Hello,

1. When RadRichTextEditor is opening (DocumentLayoutMode.Paged) in Paged mode, the document page is shown little.  
Is there a way make it bigger (zoomed) while opening?

2. The zoom function is working perfectly with ctrl + mouse middle button. But I didn't find any descripton about programmatically zooming in Telerik documentations. How can I make zoom with programmatically?

3. And I want to prepare some page sizes (A3, A4 e.g.) for ready to use. I use this code for A4 page size,

documentEditor.ChangeSectionPageSize(new Telerik.WinControls.RichTextEditor.UI.Size(794, 1096));

Is that true?

Best regards...
Bekir
Top achievements
Rank 1
Iron
 answered on 06 Mar 2015
5 answers
561 views
Hello,

Does anyone know how can I set the selected Item programmaticaly? 
If I have the object that I want to select, how can I set it like selected item in the MultiColumnCombo?
I tried to set multiColumnCombo.selectedItem = myObject but it doesn't work.

Thanks.
Stefan
Telerik team
 answered on 06 Mar 2015
3 answers
320 views
Hi All ,
Please I need to ask how to make that tool trasparent becouse i use other background and i need to make my items floating on this background
thanx
Alex
Top achievements
Rank 1
 answered on 06 Mar 2015
3 answers
120 views
hello everyone, i have a problem, i have a product table in Database, i need to automatically fill other columns by selecting product code value in my combo box column in my dataview but i cant do it, please help me, i already tried CellEndEdit event but i just got the productId that i need.
Martin Hamilton
Top achievements
Rank 1
Iron
Iron
Veteran
 answered on 06 Mar 2015
1 answer
73 views
Good Morning.

I need to put a Radautocompletebox inside a GridViewDataColumn, I follow this RadAutoCompleteBox inside GridView example.

Works only when I editing an existent column, but I facing problems when I try to Insert a new row or when I Cancel any modifications.

When I need to insert a new record I call the method BeginInsert of GridView.

this.radGridView.BeginInsert();

It add a new empty row at the end, but then the autocomplete doesn't work anymore.

When I want edit an existing row, and suddenly I decide to cancel the edition; I press Esc key and the value of the column doesn't return to his original value.

I Attach an example of the solution, it has a button with click event, and in the event I call BeginInsert method.
I upload it to my dropbox.

Many thanks.

Dimitrina
Telerik team
 answered on 06 Mar 2015
3 answers
236 views
In RadGridView's cell I need to include custom UITypeEditor through which i should be able to edit values in a seperate form. 
Once user clicks ok button in that form the corresponding value should get bind with clicked cell.
Stefan
Telerik team
 answered on 06 Mar 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
WaitingBar
GroupBox
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
NavigationView
BindingNavigator
RibbonForm
Styling
Barcode
PopupEditor
TaskBoard
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Overlay
Security
LocalizationProvider
Dictionary
TreeMap
StepProgressBar
SplashScreen
Flyout
Separator
SparkLine
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
SpeechToTextButton
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?