Telerik Forums
UI for WinForms Forum
7 answers
232 views
Hi,
I tried to set a fixed size for a HostWindow just as ToolWindow. However, even I applied the following code, the width of the HostWindow is still changeable.   I am using Rad Controls for WinForms Q1 2010.
        
            DockTabStrip aHostWindow= (DockTabStrip)aHostWindow.TabStrip;
            aHostWindow.SizeInfo.SizeMode = SplitPanelSizeMode.Absolute;
            aHostWindow.SizeInfo.AbsoluteSize = new System.Drawing.Size(180, aHostWindow.SizeInfo.AbsoluteSize.Height);

Thanks!
Stefan
Telerik team
 answered on 30 Dec 2011
3 answers
77 views
Hello,

I've just upgraded from 2011 Q3 to 2011 Q3 SP1.
I've removed the 2011 Q3 reference from my project and added all the 2011 Q3 SP1 references instead : 2011.3.11.1219

Since then I get these warnings :

Warning    3    Found conflicts between different versions of the same dependent assembly.    MktgSI

Warning    2    Could not resolve this reference. Could not locate the assembly "RadControlSpy, Version=2011.3.11.1116, Culture=neutral, PublicKeyToken=5bb2a467cbec794e". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.    MktgSI

Warning    1    Could not resolve this reference. Could not locate the assembly "QuickStart, Version=2011.3.11.1116, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.    MktgSI


How do I solve this ?

Thank you for your help.
Stefan
Telerik team
 answered on 30 Dec 2011
1 answer
288 views
Hi ,
i am working on telerik q3 2010 i just want to know if there is a method or code to create a dynamic radiobuttonlist.
any help is appreciated.
Best regards, jack
Stefan
Telerik team
 answered on 30 Dec 2011
2 answers
106 views
Dear Telerik team,

as far as i can see in the "new" Extension it's only possible to convert Windows Applications to new Versions of Telerik Components.
We have a huge project with multiple assemblies as Class Libraries wich contain forms or controls...
How can we upgrade this assemblies automaticly?
The old conversion tool did his job very well !!!

Best regards
Alwin
Top achievements
Rank 1
 answered on 30 Dec 2011
1 answer
87 views
Hi,

        i am using radtreeview in my application. i can select the nodes using mouse, but if i press the spacebar then also the nodes getting checked i dont want this to happen, so in keypress event i set hadled to true when i press spacebar, but no action is taking place.
                suggest me on this issue.
    
thanks
Selva
Stefan
Telerik team
 answered on 29 Dec 2011
1 answer
135 views
Hi,
    I have upgrade the 2011Q2 to 2011Q3, and I have understood what you had told me several days ago. According to the 2011Q3, the GridBrowserColumn should be made up of a TextBox and a Button, and the Button is included in the TextBox. I want to ask how can I create the same? That is how can I create a Custom column with a TextBox and a Button, the Button is included in the TextBox?
    Also, if I want to implement the KeyUp event in my old Custom column that I have asked a few days ago, and the effect should be the same with the RadGridView_KeyUp event, how can I do? (I upload the affix)



Svett
Telerik team
 answered on 29 Dec 2011
1 answer
127 views
Hi, I am a newbie with telerik controls. I added an unbounded control to my grid. Now I implemented the cellclick event of the grid and trying to get whether the user has clicked on the cell of unbounded column or any other column. For the rest of the columns it is working fine, but it doesn't notify when the user click on the cell of unbounded column. Here is the code, I tried
 private void MasterTemplate_CellClick(object sender, GridViewCellEventArgs e)
        {
            if (e.Column.Name == "IS_INCLUDED")   // My unbounded column Name is IS_INCLUDED
            {
                MessageBox.Show(e.Row.Cells["IS_INCLUDED"].Value.ToString());
            }
            else
                MessageBox.Show(e.Column.Name);
        }

Any help would be appreciated in this regard.
Svett
Telerik team
 answered on 29 Dec 2011
11 answers
453 views
how can i activate (show) a specific tab in backstage view using code just by code ? (like when u press ctrl+p in microsoft word, it brings up "Print Preview Backstage")
Stefan
Telerik team
 answered on 28 Dec 2011
1 answer
196 views
Is it possible to hide the RadMenuItem Shortcut from the user?  I have shortcuts on my topmost menu items that I do not want my shortcut displayed.  It looks rather ugly on the item.

Thanks
Stefan
Telerik team
 answered on 28 Dec 2011
4 answers
338 views
Hey guys,

I've started to use this control and have a quick question, apologies if it's addressed elsewhere on the forum but I've not found anything from reading and searching for this.

We have a requirement (for some date fields) that the user be able to enter the date with continuous entry of numbers. IE to enter a date 01/02/1999 the user should only have to tab to the field then press the keys 0-1-0-2-1-9-9-9 then tab onto the next field.

This datetimepicker, so far seems to have the same issue has the microsoft one in that to type this data in you need to hit the following keys 0-1-RightArrow-0-2-RightArrow-1-9-9-9
We have solved the issue for a particular date entry field by using our own masked text box but it would be nice to get this behaviour AND the datetimepicker in the same control.

I understand that the datetimepicker uses a RadMaskedTextBox for the text entry field, but I can't figure out how to get any control of the text entry itself

Thanks for your time,
Direct Control
Lookoum
Top achievements
Rank 1
 answered on 28 Dec 2011
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
Diagram, DiagramRibbonBar, DiagramToolBox
GanttView
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
StatusStrip
CheckedListBox
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
DataEntry
ScrollablePanel
ScrollBar
WaitingBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
PopupEditor
RibbonForm
Styling
TaskBoard
Barcode
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
NavigationView
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
Licensing
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
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?