Telerik Forums
UI for WinForms Forum
4 answers
183 views
Hi, I have noticed there are a lot of missing events for the RadGridView such as RowValidating.  Do you know how I can implement this event?  I ask this because when I add a new row, I don't want the user to add another one until correct data is entered.

Thanks,
Derek.
Derek
Top achievements
Rank 1
 answered on 03 Nov 2008
0 answers
120 views
I am trying the follwing code:

Page.Controls.Add(radcontrol);

But the method takes only System.Web.UI.Controls as a input parameter. So how can i add rad controls on my page at runtime?
Please help me!!!!!
Saad
Top achievements
Rank 1
 asked on 02 Nov 2008
1 answer
126 views
Hi everybody!

I have a UserControl in a windows form, and I need to apply a Telerik theme to it. In a normal form you make that form to inherit from the class ShapedForm and it works, but in my case I don't know what to do.

Please experts, help me!
Nick
Telerik team
 answered on 31 Oct 2008
1 answer
202 views
The popup window of the RadDateTimePicker won't close, when the parent is a UserControl hosted by a form from another process.

Symptoms:
No matter how much you click the Calendar popup window, the drop-down button, press ESC, or change active window, the popup window refuses to close.
Pressing and holding down Left Ctrl+Left Shift+Left Alt+Right Ctrl+Right Alt+Right Shift+F5+Scroll Lock, will not close the popup window either.

How to reproduce, in three ultra-easy super-duper simple steps:
1) 
Write a Microsoft Management Console SnapIn with a UserControl that implements Microsoft.ManagementConsole.IFormViewControl,  containing one very misbehaving RadDateTimePicker.

2) 
Run (you must first create a new management console file (.msc) with a reference to your new SnapIn, which was created in the first of the three ultra-easy super-duper simple steps, then set the path to that file as 'Startup parameter' and set mmc.exe as 'Start External Program').

3) 
Click the dropdown button in the errant RadDateTimePicker. The popup is correctly displayed. Selecting a date in the popup will update the edit box, but the popup window will not close.  

I have attempted to subscibe to the Calendar.SelectionChanged event and call the PopupControl.HideControl() as described in some previous post, but to no avail.

Calls to PopupControl.HideControl() will -not- close the popup window.
Calling PopupControl.HideControl() really often will -not- close the popup window.

I believe there is something spooky going on inside PopupControl.HideControl() or one of the methods that it calls that doesn't work in this scenario.

Oh, standard .NET ComboBox works fine.

Please advice!

Regard,
Juan
Boyko Markov
Telerik team
 answered on 31 Oct 2008
1 answer
93 views
HI:

I've added a LookUpColumn to my gridview at run time, but now, I need to know the column selected value... do you know how can i do this?

Thanks
Nikolay
Telerik team
 answered on 31 Oct 2008
1 answer
171 views
I have set the same datasource for two RadCombox win controls.The issue is If I change any of the combox selected Item, its reflecting other combo box also.
Though I have created new datatables for both combobox.
How do I fix this issue,


                        DataTable dtKeyFields = genericDetails.GridDataSource;
                        dtKeyFields.TableName = "KeyFields";
                        cbxKeyField.DataSource = dtKeyFields;
                        cbxKeyField.DisplayMember = "ColumnName";

                        DataTable dtPrimarySearchFields = genericDetails.GridDataSource;
                        dtPrimarySearchFields.TableName = "PrimarySearchFields";
                        cbxPrimarySearchField.DataSource = dtPrimarySearchFields;
                        cbxPrimarySearchField.DisplayMember = "ColumnName";

thanks in Advance,
Raghu
                
Nikolay
Telerik team
 answered on 31 Oct 2008
1 answer
123 views
I am setting the same datasource for two comboboxes. If I selected any value in one combo box the same value is reflected in other combobox also.can anyone help to fix this issue.

Thank you.
Raghu
Dimitar Kapitanov
Telerik team
 answered on 31 Oct 2008
6 answers
83 views
Any plans to release Telerik Trainer videos for RadControls for WinForms?

Kevin
Top achievements
Rank 2
 answered on 30 Oct 2008
3 answers
270 views
Hi. I have this same problems.

http://www.telerik.com/community/forums/thread/b311D-bedaba.aspx

I need a solution for the maximize button. When can you help me do that?
Angel
Telerik team
 answered on 30 Oct 2008
1 answer
87 views
I'm need disappear value in filter when filter changing.
Example:
void RadGridViewQuestions_FilterChanging(object sender, GridViewCollectionChangingEventArgs e)
        {
            e.Cancel = true;
        }

When this event calls GridViewCheckBoxColumn and above specified method is fulfilled - value in the filter does not disappear. If this event is called by others Columns after method performance - values disappear.
Nick
Telerik team
 answered on 30 Oct 2008
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?