Telerik Forums
UI for WinForms Forum
11 answers
289 views
I upgraded from 2009 Q2 SP1 to 2009 Q3 and have noticed some odd behavior with Autohide toolwindows that was not there before.

On the main MDI form, I have a toolwindow set as autohide. With the new release, I find that when I open a child MDI form, the autohidden toolwindow opens or animates as if I hovered over its tab. This did not use to occur. I only want animation when I hover over the tab.

On a child MDI form, I have a toolwindow set as pinned. When I hide it, hovering over the tabs does not do anything until I resize the main MDI form window. That action causes the tabs to animate normally. Again, this did not use to occur. I want animation anytime I hover over a tab.

Has anybody else experienced this?

More importantly, how can I get back the old (normal) behavior short of rolling back to Q2?


Nikolay
Telerik team
 answered on 09 Dec 2009
3 answers
212 views


Hi,
    Kindly let me know from where we can download the latest version (trial version) and also let me know the cost of the latest version or
we are using old version, so can we download the latestversion without any cost ?

From:
Support | telerik

To: murali.subramanian@aspiresys.com

Sent: Tuesday, December 01, 2009 8:10 PM

Subject: RE: General Feedback ID:237563 -- Issue in Rad Grid View - Filter

Please, do not reply to this e-mail.

You are receiving this message because you have been copied to a ticket in Telerik's Support System.

From: 
Date: 12/1/2009 8:40:39 AM
CC: 
murali.subramanian@aspiresys.com,srinivasan.mani@aspiresys.com

Hello muralitharan,

You use a very old edition of RadGridView. Please download and use the latest edition of RadControls for Winforms (Q3 2009). We have made many improvements and fixes in filtering.

Kind regards,
Julian Benkov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a
video on how to optimize your support resource searches and check out more tips on the blogs.

 

From: muralitharan
Date: 11/27/2009 6:25:39 AM
CC: murali.subramanian@aspiresys.com,srinivasan.mani@aspiresys.com

Hi,
    We are using Image column in Radgridview (version 6.1.0.0) , In this image column, while clicking the filtering option or selecting the filtering cell, we are getting the error likes " Value Cannot be null ".   
But this is not reproduce in 6.0.0.0,   
  
Kindly let us know how to overcome this issue in 6.1.0.0

Thanks & Regards,
Murali

 

From: 
Date: 8/27/2009 10:20:22 AM

Hello muralitharan,

The information you have provided is not enough to figure out where the problem is. Please give us a more detailed description of your scenario or send us a simple project to reproduce the problem locally. We have moved your Forum thread to our support ticketing system to allow attachments. You can find the ticket in your account --> My Support Tickets. The Ticket ID is 237563.

Thank you in advance.

 

 

Best wishes,
Julian Benkov
the Telerik team

Nick
Telerik team
 answered on 09 Dec 2009
3 answers
119 views
Hello,

We met a probelm about the RadTreeNode Class of Treeview,

We find that the MouseDown Event of RadTreeNode Class disappear now and other Events such as NodeCollapsed,NodeExpanded also disappear besides only the PropertyChanged Event in RadTreeNode Class,

For example:
childnode = new RadTreeNode("child");
childnode.MouseDown += 
new MouseEventHandler(node_MouseDown);

The code as above is work OK in RadControls for WinForm Q2 2009,but it'll occur error message when compile these codes for WinForm Q3 2009,

The error message show "Telerik.WinControls.UI.RadTreeNode' is not include the Definition of 'MouseDown'..."

This problem have led to some functions can't work of our software now.

We need your help to resolve this problem ASAP.

Best Regards.
Victor
Telerik team
 answered on 09 Dec 2009
3 answers
68 views
Hi,

I have a RadPanelBar on a form with two PanelGroupElements and with a GroupStyle of OutlookNavPane. When I compile my project I see this grey image on the top right corner of the PanelBar (see attached image). Any ideas what this is and how I can remove it?

Thanks
Nikolay
Telerik team
 answered on 09 Dec 2009
1 answer
83 views
Hi,

I have a multicolumn comboBox, it worked properly for me till i selected a row from the grid.

After selecting the row and focusing on the textbox,  whenever i press any key it gives the following exception. (See Attached File.)

I also tried it in your DEMOS of multicolumn comboBox and i received the same result.

It surely seems as a bug, i hope it will be removed in Q3.

Regards,

Onur

Jack
Telerik team
 answered on 09 Dec 2009
1 answer
196 views
I have a RadGridView control on a form which I need to place a RadButton over the top of.      The RadGridView will be disabled in code using the enabled property based on a timer.   Basically a timer will disable the grid and the refreshing aspect of it.    The RadButton will then be made visiable and allow the user to re-enable the grid display and thus allowing data to update again.

The problem I am having is that the RadButton docks to the RadGridView Control meaning it becomes a child of the RadGridView control.   This means when I disable the RadGridView the button also becomes disabled.

Do you have any idea how I can have the button overlapping the RadGridView Control without it becoming a child of the control?


Regards
Neil
Nikolay
Telerik team
 answered on 09 Dec 2009
2 answers
104 views
Hello Telerik,

Currently, ResourceUpdater, which comes with RadControls WinForms, can update only one project file per application instance because it disables "Upgrade" button everytime it performs a project conversion (and it will never be enabled again).

I would like to ask you to add just one line to UpgradeForm.cs, which allows us to perform multiple conversions without re-starting the ResourceUpdater application over and over again:
private void Browse_Click(object sender, EventArgs e) 
  // ... 
 
  if (dialog.ShowDialog() == DialogResult.OK) 
  { 
    this.ProjectFile.Text = dialog.FileName; 
    this.UpgradeButton.Enabled = true// <--- this line 
  } 

Please consider reflecting this change or something similar to the RadControls source tree, since I don't want to go through all the process of building the source code release, just to enable one button in the ResourceUpdater.

Thanks in advance,
Toshiyuki
Toshiyuki Tega
Top achievements
Rank 1
 answered on 09 Dec 2009
5 answers
135 views
Hi,

I have some RadRibbonBarButtonGroup that I want to give Horizontal Orientation, everything seems to set fine, but then I close the designer or run the program and it returns to Vertical.
This wasn't an issue in previous versions, but I've just updated to Q3 2009 and this started.
Justin
Top achievements
Rank 1
 answered on 08 Dec 2009
1 answer
225 views
Hello,

We are upgrading to the latest version of the WinForms components. I see there have been changes to the binding logic. I have a RadComboBox and I'm binding a list to it. If I create the combo dynamically and assign my list to the datasource property the Items collection is not bound (Items.Count = 0) until I assign the combo box to a container.

Is there a way to force this sooner without requiring a parent component? In this case our combo box is in a grid with an image associated with each item in the list so we are doing some initialization and need the items to be there for this.

Thanks,

-Gary

Here is some code to demonstrate the problem:
    public partial class Form1 : Form 
    { 
        const string DISPLAY_FIELD = "Name"
        const string VALUE_FIELD = "ID"
        public Form1() 
        { 
            InitializeComponent(); 
        } 
 
        private void radButton2_Click(object sender, EventArgs e) 
        { 
            List<ComboItems> comboItems = new List<ComboItems>(3); 
 
            comboItems.Add(new ComboItems("Red", 1)); 
            comboItems.Add(new ComboItems("White", 2)); 
            comboItems.Add(new ComboItems("Blue", 3)); 
 
            RadComboBox rcb = new RadComboBox(); 
            rcb.DisplayMember = DISPLAY_FIELD
            rcb.ValueMember = VALUE_FIELD
            rcb.DataSource = comboItems
 
            // rcb.Items.Count == 0 at this point 
            rcb.Parent = this
 
            // now rcb.Items.Count == 3  
        } 
    } 
 
    public class ComboItems 
    { 
        public string Name { get; set; } 
        public int ID { get; set; } 
 
        public ComboItems(string displayMember, int valueMember) 
        { 
            Name = displayMember
            ID = valueMember
        } 
 
    } 
 
Victor
Telerik team
 answered on 08 Dec 2009
3 answers
55 views
I am trying to make a multi row column that has two column header (groups) and 3 rows. In the first row, the first column has 2 columns under it and the second column has two columns as well. but in the third row the first column is blank (or atleast looks that way to the user), the second column has three columns where on column belongs to on parent and the other 2 belong to the other column

+------------------------------------+----------------------------------------------------+     
|               Name                 |                   Location                         |     
+----------------+-------------------+--------------------------------+-------------------+     
|     fname      |       lName       |           address 1            |    address 2      |
+----------------+-------------------+---------------+----------------+-------------------+     
|                |                   |     street    |      state     |     country       |
+----------------+-------------------+---------------+----------------+-------------------+    
 

Is there a parent child relationship I am missing to get the second row under it's respected parent or is it another GridViewColumnGroup 


view.ColumnGroups.Add(new GridViewColumnGroup("Name"));  
view.ColumnGroups.Add(new GridViewColumnGroup("Location"));  
    
view.ColumnGroups[0].Rows.Add(new GridViewColumnGroupRow());  
view.ColumnGroups[0].Rows.Add(new GridViewColumnGroupRow());  
view.ColumnGroups[0].Rows[0].Columns.Add(radGridView1.Columns["fname"]);  
view.ColumnGroups[0].Rows[0].Columns.Add(radGridView1.Columns["lName"]);  
              
view.ColumnGroups[1].Rows.Add(new GridViewColumnGroupRow());  
view.ColumnGroups[1].Rows.Add(new GridViewColumnGroupRow());  
view.ColumnGroups[1].Rows[0].Columns.Add(radGridView1.Columns["address 1"]); 
view.ColumnGroups[1].Rows[0].Columns.Add(radGridView1.Columns[
"address 2"]); 
view.ColumnGroups[1].Rows[1].Columns.Add(radGridView1.Columns["street"]);
view.ColumnGroups[1].Rows[1].Columns.Add(radGridView1.Columns["state"]); 
view.ColumnGroups[1].Rows[1].Columns.Add(radGridView1.Columns["country"]);  
 
Svett
Telerik team
 answered on 08 Dec 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
ProgressBar
CheckedDropDownList
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
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Licensing
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?