Telerik Forums
UI for WinForms Forum
2 answers
200 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
89 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
303 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
112 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
133 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
320 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
158 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
115 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
0 answers
129 views
hello
I would like to personalizzar elo schedule with the property grouptimeline as in the image I posted.
For example it is possible to reduce the height of the column of the rooms and enter the text horizontally?
Since I use the display in days, you can display only the number of the day without the name and in the bar of the period to appear also the year as well as the period from day to day.
To better understand how I plan to send you the picture I took of the schedule from the demo of telerik and an image created by me that shows the schedule as it should be.
Also since I with the schedule I will make the reservations for hotels modifcare and you can customize the panel for appointment as changing buttons, combo, the text etc. and manage the bailouts directly on the database.

thanks
Fabio Cirillo
Top achievements
Rank 1
 asked on 29 Oct 2013
2 answers
107 views
hi,
i disabled add,edit and delete appointment on Scheduler by canceling them:
private void ReservationRadScheduler_AppointmentDeleting(object sender, SchedulerAppointmentCancelEventArgs e)
        {
            e.Cancel = true;
        }
 
        private void ReservationRadScheduler_AppointmentDropping(object sender, AppointmentMovingEventArgs e)
        {
            e.Cancel = true;
        }
 
        private void ReservationRadScheduler_AppointmentEditDialogShowing(object sender, AppointmentEditDialogShowingEventArgs e)
        {
            e.Cancel = true;
        }
everything works fine at debugging and running on the developing computer
but after puplishing the application when i double click on the appointment an exception is thrown:
Exception Message:"value is lower than the minimum value"
this happens in EditAppointmentDialog.InitializeComponent() !!!!!!
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)
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
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?