Telerik Forums
UI for WinForms Forum
1 answer
240 views
Hi all,
I want to the user to press a button and it will create a new tab. The controls on that new tab will be the exact controls of the existing tab, plus I want to copy some content over from the old to the new. How do I create a new tab dynamically with the same page layout and controls of an existing tab?
John
Nikolay
Telerik team
 answered on 01 Apr 2008
2 answers
131 views
This may be related to the other crash we are seeing with the Runtime, but this is far easier to reproduce:

1. Make a new windows app project.
2. Drag RadChart control onto form, leave default settings.
3. Vertically size the chart to make it smaller - once small enough, the entire development environment will crash (hard lock).

This appears to  be related to the Legend, because I can size the chart down to the size of the legend, but if I go any smaller, it crashes.

EDIT: This was performed using Visual Studio 2005 Version 8.0.50727.867 (vsvista.050727-8600) on Windows Vista 32-bit (no SP1).

Nikolay
Telerik team
 answered on 01 Apr 2008
1 answer
105 views
Hi,

I use tabpages with autoscroll.
When I design the pages and the control is small enough I see the scrollbars.
But I can't scroll in design mode.

With the normal forms control this works!!

Regards

Manfred
ManniAT
Top achievements
Rank 2
 answered on 01 Apr 2008
1 answer
416 views
The installer said at the end I could enter my trial license key which is good for 30 days so it suppresses the trial warning dialog. Where can this trial license key be found?
Nikolay
Telerik team
 answered on 31 Mar 2008
1 answer
100 views
Hi,

Just wondering is that possible for us to have a "Tip of the day" dialog?

Thanks.
Nikolay
Telerik team
 answered on 31 Mar 2008
1 answer
245 views
Hi All,

I have a pretty simple task that I am having trouble accomplishing.  I have a GridView that has agent information.  In a hidden column if the GridView I have the AgentId.  I want to allow the user to select a cell (or multiple cells) and click a delete button, which will delete these users from a database. 

I am having trouble retrieving the cell values of the selected cells.  This should something thats easy to do, so I am guessing that I am just missing something here.

As always, thanks in advance for the help!
-Matt
Martin Vasilev
Telerik team
 answered on 31 Mar 2008
1 answer
157 views
Hi,

I place a Combobox on a Winform.
I selecte none for DropDownSizingMode. This seems to be default, since the thext is no longer bold.

I build my project - and after it I have DropDownSizingMode again as UpDownAndRightBottom.

If I select an other value (UpDown for an example) it keeps this state.
So it looks like as if the DDSM is not set - it sets itselft to UpDownAn....

I don't need this mode - so I always (after every build) have to reset it :(
Of course I can do this in FormLoad - but I guess this is more a bug than a normla behaviour.

Regards

Manfred
Georgi
Telerik team
 answered on 31 Mar 2008
1 answer
229 views
I have an ConfigurationGroup object that contains ConfigurationGroupParameters. I want to display this in an hierarchic Grid. The relationship between the parameters and their configuration group is built dynamically as I receive data from my server.

Upon my first setParameters, the grid view displays my Groups as expandable, but no data is available when I try to expand them (and no sub grid appears). Upon my second receive I am able to display the parameter sub grid in my grid, but data is only available for the first Configuration group, the second, most recent set, group becomes empty.

I tried to do a work around by adding a dummy relationship with unique name after adding a parameter group. This made my data visible after the first receive. But on the second receive the m_GridView.Relations.Add() row throws an exception (Object set to null).

Is there something obvious missing in the code below, or is this a bug?

        public void SetConfigurationGroupParameters(ConfigurationGroup configurationGroup)  
        {  
            m_GridView.GridElement.BeginUpdate();  
 
            bool isNewConfigurationGroup = !m_ParameterBinder.ContainsKey(configurationGroup);
            #region Get Template  
            GridViewTemplate template = null;  
            if (isNewConfigurationGroup)  
            {  
                template = new GridViewTemplate(m_GridView);  
                template.AllowAddNewRow = false;  
                m_ParameterBinder.Add(configurationGroup, template);
                #region Create Columns  
                template.AutoGenerateColumns = false;  
                template.AutoSizeColumnsMode = GridViewAutoSizeColumnsMode.Fill;  
                Collection<GridViewColumn> columns = CreateColumns(Presenter.GetParameterColumns());  
                foreach (GridViewColumn column in columns)  
                {  
                    template.Columns.Add(column);  
                }
                #endregion  
 
            }  
            template = m_ParameterBinder[configurationGroup];
            #endregion  
 
 
            if (configurationGroup.Parameters != null)  
            {  
                template.DataSource = configurationGroup.Parameters;
                
                #region Arrange Relationship  
                GridViewRelation relation = new GridViewRelation(m_GridView.MasterGridViewTemplate);  
                relation.RelationName = "ConfigurationGroupsParameters." + configurationGroup.ConfigurationGroupOId;  
                relation.ParentColumnNames.Add("ConfigurationGroupOId");  
                relation.ChildColumnNames.Add("ConfigurationGroupOId");  
                relation.ChildTemplate = template;  
                m_GridView.Relations.Add(relation);  
 
                m_GridView.MasterGridViewTemplate.ChildGridViewTemplates.Add(template);
                
                #endregion  
            }  
 
            m_GridView.GridElement.EndUpdate();  
        } 
Vassil Petev
Telerik team
 answered on 31 Mar 2008
1 answer
174 views
RadGridView.RowDeleting is marked Obsolete with an indication to use RowsChanging instead.  However, RadGridView.RowsChanging is not triggered when the user deletes the row from the grid context menu.
Jack
Telerik team
 answered on 31 Mar 2008
1 answer
228 views
hi!

i've got a command cell with an image inside. is it possible to make somthing like a html "alt-text" appear on mouseOver?

thanks,

andreas
Jack
Telerik team
 answered on 31 Mar 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)
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
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?