Telerik Forums
UI for WinForms Forum
3 answers
144 views
Hi,
After the update to the latest version, I have noticed the following:
After cutting from ms-word and pasting into rtb I now get the following. The lines seem to squish into each other. I have attached a picture to illustrate my problem.
I have also noticed that some of the earlier saved documents are getting this squish treatment.
Karl
George
Telerik team
 answered on 31 Oct 2013
3 answers
205 views
I have a RadDropDownList on a form with a label and a button. I have AllowShowFocusCues = true.

When the form is first displayed, the visual cue is NOT displayed. If I tab to the button and back to the DropDownList, then I *do* get the visual cue.

I know that the dropdownlist does get the initial focus because I can use the arrow keys and F4. But when the form is first displayed, the user cannot see where the focus is.

Is this a bug that I should report? Or is there something else that I need to do to get visual cues the first time the form is displayed?

Thanks!
Peter
Telerik team
 answered on 31 Oct 2013
2 answers
142 views
Hi gyus
I am using BrowseEditor in my application. There are 3 different scenarios how the user can do the same task of selecting a file for processing:
1) browse to file using dialog that pops up from browse editor
2) enter the path by Ctr+V the path to browse editor
3) drag and drop the file  to browse editor

1 and 3 are implemented, no problems with them. But I do have a small problem with 2.
The default behavior I am regular to is that all text is selected when I do Ctrl+A, or if I click the field and it gains focus the whole text is selected. Otherwise I have to manually erase all text by pressing Backspace many times before I can paste new file path.

And I did something wrong, or browseeditor does not implement Ctrl + A behavior.
I succeed to do it by :
private void radBrowseEditor1_KeyUp(object sender, KeyEventArgs e)
{
    if (e.Control && e.KeyValue.Equals('A'))
        if (radBrowseEditor1 != null)
            if (radBrowseEditor1.BrowseElement != null)
                if (radBrowseEditor1.BrowseElement.TextBoxItem != null)
                    radBrowseEditor1.BrowseElement.TextBoxItem.SelectAll();
}

Is it a correct approach?
And how can I implement the behavior when gaining a focus leads to selecting all?

Regards,
Artem
Artem
Top achievements
Rank 1
 answered on 31 Oct 2013
1 answer
68 views
Hi, I am having trouble implementing a simple GridDropDownColumn

<telerik:GridDropDownColumn UniqueName="OrderStatusID" DataField="OrderStatus" ListValueField="Description" ListTextField="ID" Headertext="Order Status" ></telerik:GridDropDownColumn>

First, OrderStatus is not showing in the grid, second, how to I populate the drop down list in code behind? The list contains a list of Items with properties ID and Description


Thanks.





Angel Petrov
Telerik team
 answered on 30 Oct 2013
6 answers
254 views
Hi,

I added RadMenuitems as sub items of a RadDropDownButton, I set the autosize property of the RadMenuItems to false and set the size of RadMenuItems and whole DropDownMenu (of Parent DropDownButton) manually. 

Problem: All works fine but the problem is with the SubMenu of RadMenuItem, when the PopUpDirection is on the left side its right boundary does not meet with the left side of the parent menu i.e. leave some space in between. 

My need is to change size of the RadMenuItems, is there any other proper way to do this? and is there a way to eliminate this space?

Thanks

Hassan   
Kate
Telerik team
 answered on 30 Oct 2013
1 answer
79 views
I have a tab control with 2 pages. The second tab contains a chartview. When the application loads, the first time i move from the first tab to the second tab the application appears to hang and takes forever to draw.

Is there a workaround for this?
Dimitar
Telerik team
 answered on 30 Oct 2013
0 answers
89 views
hello,
how can I resize the height and width and the text direction for the columns and rows of the schedule?
In my picture I posted, I would like the text of the rooms (first column) is horizontal and the height may I indicate it.
For the width of the columns where there are the days of the month how can I change it?
Fabio Cirillo
Top achievements
Rank 1
 asked on 30 Oct 2013
7 answers
246 views
Can the end-user also copy an appointment in MultiDayView or WeekDayView of the RadScheduler control by using the drag and drop function and pressing the "Ctrl-Key" ?
a) from one Day to another day
b) from von Time to another time at the same day

Oh sorry, I see it's the wrong section here...please move it to RadScheduler

Best Regards
Friedhelm
Stefan
Telerik team
 answered on 30 Oct 2013
0 answers
119 views
Hi Everyone,

RE: Native Spell check on *ALL* text controls

I'm surprised I actually have to request this and that this is still not a basic function Telerik has built into *all* text boxes across all their products.

We are living in 2013 and our users expect to be able to get an out of the box spell check solution as they have in any Microsoft product that they use and is their basis for everything they do.

That is they get:

- a red line under all misspelled words *anywhere* text is written...as they type
- a right click option to offer the correct spelling
- a right click option to add to and update a master dictionary

The spell check needs to be applied to *all* text boxes ASAP, please do not confuse this with just a Rich Text box. Even Outlook 2013 now has spell check built into the subject line (this should have been done years before the 2013 release).

Can everyone please vote for this as our current option involves spending $1000+ on a <admin> tool</admin> that does offer this option.

Vote here: http://www.telerik.com/support/pits.aspx#/details/Issue=9516

Thanks,

Ben
Ben
Top achievements
Rank 2
 asked on 30 Oct 2013
1 answer
85 views
Hi,

We use QTP for testing out application.
WE need it for web, SAP and .Net . All supported by QTP .

In our .Net application we use RadControls that QTP recgonize as swfObject.

How can I test these controls with QTP ?
Does your testing tool has integration with QTP ?

Thanks
        
George
Telerik team
 answered on 29 Oct 2013
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
Barcode
BindingNavigator
PopupEditor
RibbonForm
Styling
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
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?