Telerik Forums
UI for WinForms Forum
8 answers
402 views
Hi Guys,

Please can any one advise if there is a way for the RadMessageBox to be set up so when  Yes / No buttons are used, pressing "Y" or "N" on the keyboard will trigger the buttons?

We are using 2009 Q2 controls.

Thanks and kind regards,
Duane.
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 24 Feb 2015
1 answer
78 views
Hello,

I did an update on my Telerik WinForms from 2013 Q3 to 2014 Q3.

And here is what happened:

There was a lot of SelectionChanging events on my grids and they were called like this:

private void gridXml_SelectionChanging(object sender, CancelEventArgs e)
{
      DoSomething();
}

And after the update I noticed that all my grids had lost their SelectionChanging event and I couldn't select the events that I used before.

So I created a new SelectionChanging and noticed that it had a different parameter:

private void gridXml_SelectionChanging(object sender, Telerik.WinControls.UI.GridViewSelectionCancelEventArgs e)
{

}

Now I changed all my old SelectionChanging to this new one.

What I want to know if this happened because of the big gap on my updates or if it would have happened anyway on the version that this changed.

Thanks.


Hristo
Telerik team
 answered on 24 Feb 2015
1 answer
207 views
Hi,

Why does the Save button (on Quick Access and Backstage View) bring up the Save As dialog?
Wouldn't it be expected to just save the currently loaded file back to the selected file?

Regards,

Lee.
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 24 Feb 2015
1 answer
54 views
Is it possible inside the GridView that when you Group By a column that it doesn't become hidden in the grid?

I ask because I have an application where the user may want to group their data but also want to enter new rows of data.
Stefan
Telerik team
 answered on 24 Feb 2015
7 answers
205 views
We have a number of custom controls attached as RadDropDownButton items (one item per drop down button).

Some of the controls have a scrollable list.  Expectation would be that the mousewheel would scroll the list when the control is displayed, but what happens is the popup disappears.  We've been trying to find out how to alter this behaviour, without success.  There is a similar thread (http://www.telerik.com/forums/radtreeview-in-raddropdownlist) that applies to a RadDropDownList, but the same actions for the RadDropDownButton aren't working.

Simple reproduction of the issue is adding a RadDropDownButton to a form and initializing with this code:
var tree = new RadTreeView();
for (var i = 0; i < 100; i++)
{
    tree.Nodes.Add(new RadTreeNode("Item " + i.ToString()));
}
var hostItem = new RadMenuHostItem(tree);
radDropDownButton1.Items.Add(hostItem);

Any suggestions anyone may have would be greatly appreciated!


David
Top achievements
Rank 1
 answered on 23 Feb 2015
1 answer
73 views
Hi, can anyone tell me how to add custom dialog within Raadschedule.

I have already tried looking on the telerik website with this video. http://tv.telerik.com/watch/winforms/radscheduler/adding-custom-fields-radscheduler-winforms-appointments


Regards.

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 23 Feb 2015
1 answer
108 views
Hello Guys ,

I am newbie with tererik RadGridview with winforms and I build form that have collection of custom object called SaleBillDetailsDTO the grid showed values correctly but when I add new item in grid the data disappear

BindingSource bsData = new BindingSource();
var listBinding = new BindingList<SaleBillDetailsDTO>(lstSBDetails);
bsData.DataSource = listBinding;
radGridView2.DataSource = bsData; 
 
// Allow the user to add rows
((BindingList<SaleBillDetailsDTO>)bsData.List).AllowNew = true;
((BindingList<SaleBillDetailsDTO>)bsData.List).AllowRemove =
true;  

What should I do to add new row ? If you have sample tutorial it will be very helpful
Stefan
Telerik team
 answered on 23 Feb 2015
1 answer
130 views
I am using two documents with tool window property ,
How to set document window 1 as default initializing window programmatically.
Stefan
Telerik team
 answered on 23 Feb 2015
1 answer
52 views
I created a custom form , and some methods, such as " AppointmentEditDialogShowing ", always runs twice. Is that correct?
Tks.
Stefan
Telerik team
 answered on 23 Feb 2015
1 answer
96 views
Hi, 
How can we capture drag and drop of task ?  
Which particular task was moved,
and also can we mark the task which is moved
Thanks,
BNB
Hristo
Telerik team
 answered on 20 Feb 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)
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
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
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?