Telerik Forums
UI for WinForms Forum
1 answer
116 views
ok let's say i have an app with telerik controls in it. the form,buttons,etc... now usually i would just copy the exe file to a new machine and it works fine. but with telerik control, what do i have to do to make it work on a machine that doesn't have telerik install?
Martin Vasilev
Telerik team
 answered on 13 Feb 2009
1 answer
111 views
i have written a little app just to see how telerik works. now i want to try it out on another machine that doesn't have telerik install. So i went ahead and copy the exe file over just like i would do for a normal window app. but it doesn't work. what am i missing? do i have to install telerik on that machine too? please help me and let me know how to deploy the app? thank you.
Nick
Telerik team
 answered on 13 Feb 2009
1 answer
105 views
Hello,

is there an event when the user aborts the editing of a cell ?

background:
I want to implement the IEditableObject-Interface for my bindinglist objects and so i need to know when the user aborts the edit of a cell.

Kind regards,

Ramius

Nick
Telerik team
 answered on 13 Feb 2009
3 answers
160 views
why can't i do select all? it just wouldn't select all the text in side that text box on the click command could some one help?

 

Private Sub txtUserName_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles txtUserName.Click

 

 

    txtusername.selectall()
End
Sub


 

Nick
Telerik team
 answered on 13 Feb 2009
3 answers
453 views
Hello,

I noticed that when a RadGridView is empty, in other words, when it has no data bound to it, the following message is displayed:

"No Data to display".

I think that the end user would see this as a system error. Besides, I work for spanish speakers end users.
If not possible to disable this message, ¿Can it be translated, at least?

Thanks a lot.

Gonzalo
Deyan
Telerik team
 answered on 13 Feb 2009
2 answers
343 views
What is the RadGridView equivalent please?
Derek
Top achievements
Rank 1
 answered on 13 Feb 2009
1 answer
175 views
Hi,

I think I will get points on this also !

The default behavior of System.Windows.Forms.Button control is when it is visible true then only it will fire an event of Escape or Enter/Return key (When Form object's AcceptButton or CancelButton property is set to particular button). And if it is visible false, it will not fire any event.

Now in RADButton, it always fires event even if control is visible false !

Regards,
Divyesh Chapaneri
Nick
Telerik team
 answered on 12 Feb 2009
1 answer
450 views
Hi,
   i'm using Visual Studio 2008 with SP1 and Telerik Controls fro WinForms Q3 2008 SP2 and i have problems with the Element Hierarchy editor on a form: on every RADControl i chose to 'Edit UI elements' the Editor window appears, but when i move from root node to another node the window disappear and Visual Studio starts to show the message in object (RootRadElement cannot be converted to type 'System.Windows.Forms.Control') and i must restart the IDE. Any suggestion to resolve this problem? i cannot work in this manner....

This is the .Designer.cs files generated from VS

partial class frmGenerazioneEsplosi {  
        /// <summary>  
        /// Required designer variable.  
        /// </summary>  
        private System.ComponentModel.IContainer components = null;  
 
        /// <summary>  
        /// Clean up any resources being used.  
        /// </summary>  
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>  
        protected override void Dispose(bool disposing) {  
            if (disposing && (components != null)) {  
                components.Dispose();  
            }  
            base.Dispose(disposing);  
        }
        #region Windows Form Designer generated code  
 
        /// <summary>  
        /// Required method for Designer support - do not modify  
        /// the contents of this method with the code editor.  
        /// </summary>  
        private void InitializeComponent() {  
            this.components = new System.ComponentModel.Container();  
            this.rgvEsplosi = new Telerik.WinControls.UI.RadGridView();  
            this.rlbRicambi = new Telerik.WinControls.UI.RadListBox();  
            this.telerikTheme1 = new Telerik.WinControls.Themes.TelerikTheme();  
            this.rtsGenerazioneEsplosi = new Telerik.WinControls.UI.RadToolStrip();  
            this.radToolStripElement1 = new Telerik.WinControls.UI.RadToolStripElement();  
            this.radToolStripItem1 = new Telerik.WinControls.UI.RadToolStripItem();  
            this.cmdDelete = new Telerik.WinControls.UI.RadImageButtonElement();  
            this.cmdLock = new Telerik.WinControls.UI.RadImageButtonElement();  
            this.cmdUnlock = new Telerik.WinControls.UI.RadImageButtonElement();  
            this.rcmRicambi = new Telerik.WinControls.UI.RadContextMenu();  
            this.rmiAssociaRicambio = new Telerik.WinControls.UI.RadMenuItem();  
            this.radContextMenuManager1 = new Telerik.WinControls.UI.RadContextMenuManager();  
            this.tabapprBindingSource = new System.Windows.Forms.BindingSource(this.components);  
            this.dsBus = new RicambiDotNet.dsBus();  
            this.tabapprTableAdapter = new RicambiDotNet.dsBusTableAdapters.tabapprTableAdapter();  
            ((System.ComponentModel.ISupportInitialize)(this.rgvEsplosi)).BeginInit();  
            ((System.ComponentModel.ISupportInitialize)(this.rgvEsplosi.MasterGridViewTemplate)).BeginInit();  
            ((System.ComponentModel.ISupportInitialize)(this.rlbRicambi)).BeginInit();  
            ((System.ComponentModel.ISupportInitialize)(this.rtsGenerazioneEsplosi)).BeginInit();  
            ((System.ComponentModel.ISupportInitialize)(this.tabapprBindingSource)).BeginInit();  
            ((System.ComponentModel.ISupportInitialize)(this.dsBus)).BeginInit();  
            this.SuspendLayout();  
            //   
            // rgvEsplosi  
            //   
            this.rgvEsplosi.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)  
                                    | System.Windows.Forms.AnchorStyles.Left)  
                                    | System.Windows.Forms.AnchorStyles.Right)));  
            this.rgvEsplosi.AutoScroll = true;  
            this.rgvEsplosi.BackColor = System.Drawing.SystemColors.Control;  
            this.rgvEsplosi.Cursor = System.Windows.Forms.Cursors.Arrow;  
            this.rgvEsplosi.EnableAlternatingRowColor = true;  
            this.rgvEsplosi.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);  
            this.rgvEsplosi.ForeColor = System.Drawing.SystemColors.ControlText;  
            this.rgvEsplosi.ImeMode = System.Windows.Forms.ImeMode.NoControl;  
            this.rgvEsplosi.Location = new System.Drawing.Point(12, 38);  
            //   
            //   
            //   
            this.rgvEsplosi.MasterGridViewTemplate.AllowAddNewRow = false;  
            this.rgvEsplosi.MasterGridViewTemplate.AllowCellContextMenu = false;  
            this.rgvEsplosi.MasterGridViewTemplate.AllowColumnChooser = false;  
            this.rgvEsplosi.MasterGridViewTemplate.AllowColumnHeaderContextMenu = false;  
            this.rgvEsplosi.MasterGridViewTemplate.AllowColumnReorder = false;  
            this.rgvEsplosi.MasterGridViewTemplate.AllowDragToGroup = false;  
            this.rgvEsplosi.MasterGridViewTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;  
            this.rgvEsplosi.MasterGridViewTemplate.EnableFiltering = true;  
            this.rgvEsplosi.MasterGridViewTemplate.EnableGrouping = false;  
            this.rgvEsplosi.MultiSelect = true;  
            this.rgvEsplosi.Name = "rgvEsplosi";  
            this.rgvEsplosi.ReadOnly = true;  
            this.rgvEsplosi.RightToLeft = System.Windows.Forms.RightToLeft.No;  
            this.rgvEsplosi.ShowGroupPanel = false;  
            this.rgvEsplosi.Size = new System.Drawing.Size(552, 363);  
            this.rgvEsplosi.TabIndex = 0;  
            this.rgvEsplosi.Text = "radGridViewPreview";  
            this.rgvEsplosi.ThemeName = "Telerik";  
            this.rgvEsplosi.CellFormatting += new Telerik.WinControls.UI.CellFormattingEventHandler(this.rgvEsplosi_CellFormatting);  
            this.rgvEsplosi.SelectionChanged += new System.EventHandler(this.rgvEsplosi_SelectionChanged);  
            ((Telerik.WinControls.UI.GridTableElement)(this.rgvEsplosi.GetChildAt(0))).Text = "No Data to display";  
            ((Telerik.WinControls.UI.GridTableElement)(this.rgvEsplosi.GetChildAt(0))).TextRenderingHint = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;  
            //   
            // rlbRicambi  
            //   
            this.rlbRicambi.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)  
                                    | System.Windows.Forms.AnchorStyles.Right)));  
            this.rlbRicambi.Location = new System.Drawing.Point(570, 62);  
            this.rlbRicambi.Name = "rlbRicambi";  
            this.rlbRicambi.Size = new System.Drawing.Size(181, 231);  
            this.rlbRicambi.TabIndex = 1;  
            this.rlbRicambi.ThemeName = "Telerik";  
            //   
            // rtsGenerazioneEsplosi  
            //   
            this.rtsGenerazioneEsplosi.AllowDragging = false;  
            this.rtsGenerazioneEsplosi.AllowFloating = false;  
            this.rtsGenerazioneEsplosi.Dock = System.Windows.Forms.DockStyle.Top;  
            this.rtsGenerazioneEsplosi.Items.AddRange(new Telerik.WinControls.RadItem[] {  
            this.radToolStripElement1});  
            this.rtsGenerazioneEsplosi.Location = new System.Drawing.Point(0, 0);  
            this.rtsGenerazioneEsplosi.MinimumSize = new System.Drawing.Size(5, 5);  
            this.rtsGenerazioneEsplosi.Name = "rtsGenerazioneEsplosi";  
            this.rtsGenerazioneEsplosi.Orientation = System.Windows.Forms.Orientation.Horizontal;  
            //   
            //   
            //   
            this.rtsGenerazioneEsplosi.RootElement.AutoSizeMode = Telerik.WinControls.RadAutoSizeMode.WrapAroundChildren;  
            this.rtsGenerazioneEsplosi.RootElement.MinSize = new System.Drawing.Size(5, 5);  
            this.rtsGenerazioneEsplosi.ShowOverFlowButton = false;  
            this.rtsGenerazioneEsplosi.Size = new System.Drawing.Size(756, 26);  
            this.rtsGenerazioneEsplosi.TabIndex = 3;  
            this.rtsGenerazioneEsplosi.Text = "radToolStrip1";  
            this.rtsGenerazioneEsplosi.ThemeName = "Telerik";  
            ((Telerik.WinControls.Layouts.StripLayoutPanel)(this.rtsGenerazioneEsplosi.GetChildAt(0).GetChildAt(1))).ShouldPaint = true;  
            //   
            // radToolStripElement1  
            //   
            this.radToolStripElement1.Items.AddRange(new Telerik.WinControls.RadItem[] {  
            this.radToolStripItem1});  
            this.radToolStripElement1.Margin = new System.Windows.Forms.Padding(0, 1, 0, 0);  
            this.radToolStripElement1.MinSize = new System.Drawing.Size(0, 21);  
            this.radToolStripElement1.Name = "radToolStripElement1";  
            this.radToolStripElement1.Text = "radToolStripElement1";  
            //   
            // radToolStripItem1  
            //   
            this.radToolStripItem1.Class = "ToolStripItem";  
            this.radToolStripItem1.Items.AddRange(new Telerik.WinControls.RadItem[] {  
            this.cmdDelete,  
            this.cmdLock,  
            this.cmdUnlock});  
            this.radToolStripItem1.Key = "0";  
            this.radToolStripItem1.MinSize = new System.Drawing.Size(25, 21);  
            this.radToolStripItem1.Name = "radToolStripItem1";  
            this.radToolStripItem1.Text = "radToolStripItem1";  
            //   
            // cmdDelete  
            //   
            this.cmdDelete.Alignment = System.Drawing.ContentAlignment.MiddleLeft;  
            this.cmdDelete.CanFocus = true;  
            this.cmdDelete.Image = global::RicambiDotNet.Properties.Resources.imgDelete;  
            this.cmdDelete.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;  
            this.cmdDelete.Name = "cmdDelete";  
            this.cmdDelete.Text = "radImageButtonElement3";  
            this.cmdDelete.ToolTipText = "Elimina esploso";  
            //   
            // cmdLock  
            //   
            this.cmdLock.Alignment = System.Drawing.ContentAlignment.MiddleLeft;  
            this.cmdLock.CanFocus = true;  
            this.cmdLock.Image = global::RicambiDotNet.Properties.Resources.imgLock;  
            this.cmdLock.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;  
            this.cmdLock.Name = "cmdLock";  
            this.cmdLock.Text = "radImageButtonElement1";  
            //   
            // cmdUnlock  
            //   
            this.cmdUnlock.Alignment = System.Drawing.ContentAlignment.MiddleLeft;  
            this.cmdUnlock.CanFocus = true;  
            this.cmdUnlock.Image = global::RicambiDotNet.Properties.Resources.imgUnlock;  
            this.cmdUnlock.ImageAlignment = System.Drawing.ContentAlignment.MiddleCenter;  
            this.cmdUnlock.Name = "cmdUnlock";  
            this.cmdUnlock.Text = "radImageButtonElement1";  
            //   
            // rcmRicambi  
            //   
            this.rcmRicambi.Items.AddRange(new Telerik.WinControls.RadItem[] {  
            this.rmiAssociaRicambio});  
            //   
            // rmiAssociaRicambio  
            //   
            this.rmiAssociaRicambio.Name = "rmiAssociaRicambio";  
            this.rmiAssociaRicambio.Text = "Associa ricambio";  
            //   
            // tabapprBindingSource  
            //   
            this.tabapprBindingSource.DataMember = "tabappr";  
            this.tabapprBindingSource.DataSource = this.dsBus;  
            //   
            // dsBus  
            //   
            this.dsBus.DataSetName = "dsBus";  
            this.dsBus.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;  
            //   
            // tabapprTableAdapter  
            //   
            this.tabapprTableAdapter.ClearBeforeFill = true;  
            //   
            // frmGenerazioneEsplosi  
            //   
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);  
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;  
            this.ClientSize = new System.Drawing.Size(756, 427);  
            this.Controls.Add(this.rtsGenerazioneEsplosi);  
            this.Controls.Add(this.rlbRicambi);  
            this.Controls.Add(this.rgvEsplosi);  
            this.MaximizeBox = false;  
            this.MinimizeBox = false;  
            this.Name = "frmGenerazioneEsplosi";  
            this.Text = "frmWizardGenerazioneEsplosi";  
            this.Load += new System.EventHandler(this.frmGenerazioneEsplosi_Load);  
            ((System.ComponentModel.ISupportInitialize)(this.rgvEsplosi.MasterGridViewTemplate)).EndInit();  
            ((System.ComponentModel.ISupportInitialize)(this.rgvEsplosi)).EndInit();  
            ((System.ComponentModel.ISupportInitialize)(this.rlbRicambi)).EndInit();  
            ((System.ComponentModel.ISupportInitialize)(this.rtsGenerazioneEsplosi)).EndInit();  
            ((System.ComponentModel.ISupportInitialize)(this.tabapprBindingSource)).EndInit();  
            ((System.ComponentModel.ISupportInitialize)(this.dsBus)).EndInit();  
            this.ResumeLayout(false);  
            this.PerformLayout();  
 
        }
        #endregion  
 
        private Telerik.WinControls.UI.RadGridView rgvEsplosi;  
        private dsBus dsBus;  
        private System.Windows.Forms.BindingSource tabapprBindingSource;  
        private RicambiDotNet.dsBusTableAdapters.tabapprTableAdapter tabapprTableAdapter;  
        private Telerik.WinControls.UI.RadListBox rlbRicambi;  
        private Telerik.WinControls.Themes.TelerikTheme telerikTheme1;  
        private Telerik.WinControls.UI.RadToolStrip rtsGenerazioneEsplosi;  
        private Telerik.WinControls.UI.RadToolStripElement radToolStripElement1;  
        private Telerik.WinControls.UI.RadToolStripItem radToolStripItem1;  
        private Telerik.WinControls.UI.RadImageButtonElement cmdDelete;  
        private Telerik.WinControls.UI.RadImageButtonElement cmdLock;  
        private Telerik.WinControls.UI.RadImageButtonElement cmdUnlock;  
        private Telerik.WinControls.UI.RadContextMenu rcmRicambi;  
        private Telerik.WinControls.UI.RadContextMenuManager radContextMenuManager1;  
        private Telerik.WinControls.UI.RadMenuItem rmiAssociaRicambio;  
    } 


Thanks for any suggestions
   Francesco
Nick
Telerik team
 answered on 12 Feb 2009
1 answer
96 views
hello experts,

My question is the following related to RAD gridview:
 It is possible that i have a full selection on column when I click a certain cell
from that column?
Tks, all the best!!!
Jack
Telerik team
 answered on 12 Feb 2009
3 answers
174 views
When using a sizable RadForm, the Mouse pointer does not change to the double arrow pointer when over the size grip, only when over the border, which is rather inconvenient given that the Office 2007 blue style draws only a very narrow border (1 pixel or so). IMHO the mouse pointer should change when over the Size Grip (and allow re-sizing of the form).

Regards
Erwin


Nick
Telerik team
 answered on 12 Feb 2009
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?