This is a migrated thread and some comments may be shown as answers.

DatePicker, Gridview Design view warning

1 Answer 53 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
raju
Top achievements
Rank 2
raju asked on 21 Jun 2009, 06:16 PM

Hi

I am getting the below strange warning, because of these error, I can not see the design view.
I am using version 2009.1.9.604.

Warning
Warning 2 No such property registered: NumberOfColors, Telerik.WinControls.UI.LightVisualElement  
(warning @ Me.dtEnd.Checked = True )
Warning 8 No such property registered: BorderBoxStyle, Telerik.WinControls.UI.LightVisualElement
(warning @  Me.RadGridView1.Size = New System.Drawing.Size(690, 242) )

Designer.vb
Me.dtEnd.AutoSize = True
Me.dtEnd.Checked = True       
Me.dtEnd.CustomFormat = "dd/MMM/yyyy"
Me.dtEnd.ForeColor = System.Drawing.Color.Black
Me.dtEnd.Format = System.Windows.Forms.DateTimePickerFormat.[Long]
Me.dtEnd.Location = New System.Drawing.Point(269, 57)
Me.dtEnd.MaxDate = New Date(9998, 12, 31, 0, 0, 0, 0)
Me.dtEnd.MinDate = New Date(1900, 1, 1, 0, 0, 0, 0)
Me.dtEnd.Name = "dtEnd"
Me.dtEnd.NullDate = New Date(1900, 1, 1, 0, 0, 0, 0)
Me.RadGridView1.RootElement.ForeColor = System.Drawing.Color.Black
 

Me.RadGridView1.ShowNoDataText = False
Me.RadGridView1.Size = New System.Drawing.Size(690, 242)
Me.RadGridView1.TabIndex = 0
Me.RadGridView1.ThemeName = "Telerik"

Regards
raju

1 Answer, 1 is accepted

Sort by
0
Nick
Telerik team
answered on 24 Jun 2009, 11:18 AM
Hello raju,

Please follow the instructions on this page if you currently upgrade to a new version of our controls. I think that this should work but if you still experience the problem, please open a support ticket so that you can attach files and send us your project so we can debug it locally.

Kind regards,
Nick
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
General Discussions
Asked by
raju
Top achievements
Rank 2
Answers by
Nick
Telerik team
Share this question
or