Telerik Forums
UI for WinForms Forum
4 answers
598 views
I have been trying to install the latest version of Telerik controls on a clean development machine (not an upgrade, but fresh install).

The installer would always state that all was ok, but I was never able to get the Extensions or templates to install no matter how many uninstalls, reinstalls, and looking at others in the forum that have had similar issues.

I have followed the information from another forum (ASP.NET - as I have been having this issue with ALL of the telerik controls I downloaded as of 4/29/2011) that recommended I run the following method to log the issue:

msiexec /i [RadControlsInstallationMSIFileName].msi /limev InstallLog.txt

For the WinForms Controls - 2001.1.11.419 - I am getting the following error messages in the InstallLog.txt file:

MSI (c) (48:D8) [22:05:05:811]: Note: 1: 2205 2:  3: Error
MSI (c) (48:D8) [22:05:05:811]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 2826
DEBUG: Error 2826:  Control TelerikVSExtensionsVS2005 on dialog VerifyReadyDlgTelerik extends beyond the boundaries of the dialog to the right by 6 pixels
The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2826. The arguments are: VerifyReadyDlgTelerik, TelerikVSExtensionsVS2005, to the right
MSI (c) (48:D8) [22:05:05:821]: Note: 1: 2205 2:  3: Error
MSI (c) (48:D8) [22:05:05:821]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 2826
DEBUG: Error 2826:  Control TelerikVSExtensionsVS2008 on dialog VerifyReadyDlgTelerik extends beyond the boundaries of the dialog to the right by 6 pixels
The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2826. The arguments are: VerifyReadyDlgTelerik, TelerikVSExtensionsVS2008, to the right
MSI (c) (48:D8) [22:05:05:821]: Note: 1: 2205 2:  3: Error
MSI (c) (48:D8) [22:05:05:821]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 2826
DEBUG: Error 2826:  Control TelerikVSExtensionsVS2010 on dialog VerifyReadyDlgTelerik extends beyond the boundaries of the dialog to the right by 6 pixels
The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2826. The arguments are: VerifyReadyDlgTelerik, TelerikVSExtensionsVS2010, to the right
MSI (c) (48:D8) [22:05:05:821]: Note: 1: 2205 2:  3: Error
MSI (c) (48:D8) [22:05:05:821]: Note: 1: 2228 2:  3: Error 4: SELECT `Message` FROM `Error` WHERE `Error` = 2898
Info 2898.For Telerik_Font_Title textstyle, the system created a 'Arial' font, in 0 character set, of 15 pixels height.
MSI (c) (48:D8) [22:05:06:338]: Note: 1: 2727 2: 
MSI (c) (48:D8) [22:05:06:853]: Note: 1: 2727 2: 
MSI (c) (48:D8) [22:05:07:356]: Note: 1: 2727 2: 
MSI (c) (48:D8) [22:05:07:456]: Doing action: PromptVSCloseCA
MSI (c) (48:D8) [22:05:07:456]: Note: 1: 2205 2:  3: ActionText

So, if I'm reading this correctly, the VS Extensions are not installed due to an error in the MSI itself and not related to the new version of MSHelp or to UAC.  I have made bold the line I am referencing? 

I am installing on a clean install of MS Windows 7 x64 w/SP1, MS Office Pro 2010 and I have tried it with both Visual Studio 2010 Pro and Visual Studio 2010 Pro w/SP1 and get the same results.

While I can get the Extensions to install through Microsoft's Online Extension Gallery (VS -> Tools -> Extension Manager -> Online --> search for Telerik and install extensions), I have not seen this add any of the templates.  However, this does not appear to happen if I am running this as an upgrade? Or, maybe it is still failing, but the older templates are not updated (or there were no changes so nothing is needed to be updated).

Thanks for any assistance, and hope this can be resolved quickly.

Michael Smith
Robert
Top achievements
Rank 1
 answered on 10 Jan 2014
4 answers
180 views
sample link hosted on zippyshare

In this sample, when you launch it:
-you can check the listviewitem called 'toto' (this call the AddDockTab() method)
-you can uncheck the listviewitem called 'toto' (this call the DelDockTab() method) but nothing happens.

Any idea ?
Dimitar
Telerik team
 answered on 10 Jan 2014
3 answers
109 views
I have a treeview that is using the Office 2010 Black theme, and the expand icons in the treeview always display in a .NET form, but if the same control is opened in a VB6 form, the expand icons do not display. Everything else in the treeview seems to work fine. Have you seen this before?
George
Telerik team
 answered on 10 Jan 2014
3 answers
246 views
I need to detect when the user changes pages by clicking on a tab. If certain conditions are not met, then I want to programmatically cancel the change. I see two events that might allow me to do this.

PageIndexChanging provides a CurrentIndex, NewIndex and Cancel properties. This would seem to do what I want but it does not fire when a page tab is clicked with a mouse.

SelectedPageChanging event does fire when the user clicks on a page tab. However, it does not contain a CurrentIndex, NewIndex or Cancel property. It does not seem to meet my needs.

What event should I use to detect when a user changes page tabs with a mouse and gives me programmatic control over the change?

thanks,
pat
Stefan
Telerik team
 answered on 10 Jan 2014
4 answers
233 views
I have a grid with a role that formats the row in red if a specific decimalcolumn "Balance", calculated at grid initialization, contains a value that is less than 0. This rule is working fine.

private void radGridView1_Initialized(object sender, EventArgs e)
       {
          radGridView1.Columns["Balance"].Expression = "Paid-Due+Expenses";
       }

In particular situations I need to override the above rule manually and to do so I have added a checkboxcolumn bound to the db and I am trying to add a new conditional rule which make the row green if the checkbox is checked. Obviously the status change of the checkboxcolumn happens at runtime.
I have tried in several ways but I cannot get it functional.
How can I change the formatting of the row (to green) at runtime if the checkbox is checked?
George
Telerik team
 answered on 09 Jan 2014
1 answer
135 views
I'm sure I'm doing something wrong here, but I followed the documentation and it still doesn't seem to be working.  All I get is a blank item in my ListView.  Here's the code to recreate my issue.  The columns I've added to the control at design-time are named exactly what they indicate below.

private void LoadFiles(DirectoryInfo dir)
        {
            FileInfo[] files = dir.GetFiles();
 
            this.lvFiles.Items.Clear();
            this.lvFiles.Items.BeginUpdate();
 
            foreach (FileInfo file in files)
            {
                Telerik.WinControls.UI.ListViewDataItem listItem = new Telerik.WinControls.UI.ListViewDataItem();
                 
                this.lvFiles.Items.Add(listItem);
                 
                listItem["Name"] = file.Name;
                listItem["DateTime"] = file.LastWriteTime.ToString();
                listItem["Type"] = "file";
                listItem["Size"] = UtilLib.FileIO.ToByteString(file.Length);
                listItem["Uploaded By"] = "Wango";
                listItem.Tag = file;               
            }
            this.lvFiles.Items.EndUpdate();
        }
Dimitar
Telerik team
 answered on 09 Jan 2014
1 answer
73 views

I have a CommandBar that always displays tooltips when opened from a .NET form, but when the control containing the CommandBar is used in a VB6 form, the tooltips do not display. Have you seen this before?

George
Telerik team
 answered on 09 Jan 2014
2 answers
124 views
How I can change the current time color?
Yaman
Top achievements
Rank 1
 answered on 09 Jan 2014
2 answers
155 views
I need to subtract two date from dateTimeColumns.

I tried in the designer:
DATEDIFFDAY(Periodo, Data_Pagam), in the designer

I tried with the code:

 radGridView1.Columns["Ritardo"].Expression = "Periodo-Data_Pagam";


I keep getting this error:
Invalid Expression:
"Cannot perform '-' operation on System.DateTime and System.DateTime

Please help.
Felice
Top achievements
Rank 1
 answered on 09 Jan 2014
1 answer
142 views

I was looking at the Q2 2013 WinForms Controls demo. In the demo I liked the 'DOCK MDI Parent Form' sample. Where Can I download the sample code for this project?

See attached screen print.

Thanks
WPDemo
Top achievements
Rank 1
 answered on 08 Jan 2014
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
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?