Telerik Forums
UI for WinForms Forum
3 answers
52 views
Hi,
I have a property grid which is populated with the enum value.
Now the problem is that when the enum list is more than 14 items then the property grid is showing sizeable drop down.
It there any way to make the dropdown unsizeable.

regards,
sid
Nikolay
Telerik team
 answered on 23 Jun 2010
4 answers
146 views
Hi,

I am using the RadForm in my project and I've recently upgraded from the Q1 2009 Release to the latest 2010 Release.  

I was previously using ClientFillPrimitive to set the back colour of the form.    I notice this has been depreciated and replaced with the standard BackColor on a form.


Since changing this I have noticed that the TabControl on my form now remains grey.  The standard colour for a TabControl.   I'm positive that this was the same colour as the BackColor on the form.

** Ignore this ** I think I made a mistake.  I think it's O/s based that affects it.

The TabControl doesnt contain a property for the BackColor - the change in behavour seems to have been affected by the change in RadForm.

Any suggestions on how I can get the colours to feed through to the controls like before?


Deyan
Telerik team
 answered on 22 Jun 2010
3 answers
172 views
Hi,
I'm developing outlook addin for Outlook 2010 64bit version with Rad Chart version: 2009.1.9.414.
When I try to open the addin, an exception occours like this:

Could not load file or assembly 'Telerik.WinControls.RadChart', Version 2009.1.9.414,....

And this addin can be run successfully in 32 bit Outlook.

So... what can I do?

Thanks.
Alfred
Top achievements
Rank 1
 answered on 22 Jun 2010
4 answers
202 views
For some reason, when I drag a GridView instance on to my form, it appears in the Component Tray.  If I try to do anything with it, it never appears when I run the project.  It's as if the visual aspects of the control aren't working on my GridView control.  Any ideas?

Thanks in advance.
Nikolay
Telerik team
 answered on 22 Jun 2010
2 answers
127 views
Hello,

i have created a complex RadPageView with 6 Pages and 12 RadGridViews, 8 Comboboxes and some other controls on it. Every RadGridview and every Combobox needs data from a database. As this initialisation will need some time when i initialise all controls at once in the forms load event, i would like to initialise the controls only when it is needed.

Now i would like to initialise the controls of a page of the RadPageView only when a user clicks on a page.

What would be the best way to do this ? 
Will the RadPageView support this scenario directly e.g. with a event which occurs, when a page needs initialisiation in the way i described above ? 
  
Kind Regards,

Ramius
Ramius
Top achievements
Rank 1
 answered on 22 Jun 2010
2 answers
88 views
Hello,

i am upgrading my scheduler project from Q1/2010 SP2 to the Q2/2010 Beta.

I have there a class BITSchedulerAppointmentEditForm derived from EditAppointmentDialog.
Now i get the following compiler error: 

Original Message from the compiler:
Fehler 92 "BITSteuerelemente.BITSchedulerAppointmentEditForm" enthält keine Definition für "txtDescription", und es konnte keine Erweiterungsmethode "txtDescription" gefunden werden, die ein erstes Argument vom Typ "BITSteuerelemente.BITSchedulerAppointmentEditForm" akzeptiert. (Fehlt eine Using-Direktive oder ein Assemblyverweis?) E:\Projekte\BITvisualFM\BITvisualFM\BITSteuerelemte\BITSchedulerAppointmentEditForm.Designer.cs 42

It means that in the BITSchedulerAppointmentEditForm is no "txtDescription"-field available.

What do i have to do to get access to the "txtDescription"-field in the EditAppointmentDialog ?

Kind Regards,

Ramius

 
Ramius
Top achievements
Rank 1
 answered on 22 Jun 2010
2 answers
280 views
Dear Friends,

I have a RadDatetimepicker in my form,
i have given Today's date  as maximum date to it.now, i want to disable dates which are greater than today's date in datepicker.

How can i do it?
Reply me ASAP.

Thanks,
Regards,
Pradeep.Enugala
Richard Slade
Top achievements
Rank 2
 answered on 22 Jun 2010
2 answers
301 views
Hello,

i have looked at the RadDesktopAlert - First Look Demo.

When i click on the OptionButton of a RadDesktopAlert then there are no options available.

Will it be possible to add a button to a RadDesktopAlert so that the user can click on that button and then a dialog of the application will be opended ? 

Kind Regards,

Ramius 
Ramius
Top achievements
Rank 1
 answered on 22 Jun 2010
1 answer
67 views

Hi,

when I set an image index in a RadPanelBarGroupElement, which doesn't exist an exception is thrown which causes Visual Studio 2010 to crash. It would be nice if this exception will not be thrown inside the designer.

Best regards

Martin

Deyan
Telerik team
 answered on 21 Jun 2010
2 answers
163 views
Hi,
 probably someoneelse already ask it but i didn't find the right post.

In my grid the first column is a commandcolumn. I use it for open a modal form, to chose the Article from the Warehouse.
When i choose it, i update some columns, like price, max quantity, idarticle, etc
But if i try to insert a new row in this way, i got an error.
In a previous post: "the new row is created when one or more of editors in the new row are open for the first time".
I can't do this, because the first operation is to chose the Article.
How can i solve this problem? There is a way to fire the command it creates the row?

 
    Private Sub RadGridView1_CommandCellClick(ByVal sender As System.ObjectByVal e As System.EventArgs) Handles RadGridView1.CommandCellClick 
' I chose the article from warehouse 
'... 
' Then i set data in row from selected article 
                RadGridView1.CurrentRow.Cells("IdArticle").Value = IdArticle 
                RadGridView1.CurrentRow.Cells("Quantity").Value = Quantity 
                RadGridView1.CurrentRow.Cells("Price").Value = Price 
                RadGridView1.CurrentRow.Cells("DataMovimento").Value = Date.Today 
        End If 
    End Sub 

Thank you

Ellis
Ellis
Top achievements
Rank 2
 answered on 21 Jun 2010
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
Barcode
BindingNavigator
PopupEditor
RibbonForm
Styling
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
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?