Telerik Forums
UI for WinForms Forum
1 answer
604 views
I was looking through the forum for a solution on how to hide the customize options for each CommandBarStripElement as well as the main RadCommandBar. We don't want our users to be able to add or remove any buttons we have added. If there is a better way than cancelling the drop down event please let me know. Thank you.
Stefan
Telerik team
 answered on 30 Dec 2011
7 answers
252 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
84 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
314 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
117 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
96 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
144 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
137 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
471 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
210 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
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)
Form
Chart (obsolete as of Q1 2013)
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
VirtualGrid
Toolstrip (obsolete as of Q3 2010)
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
CollapsiblePanel
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
GroupBox
WaitingBar
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
Styling
Barcode
PopupEditor
RibbonForm
TaskBoard
Callout
NavigationView
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Security
LocalizationProvider
Dictionary
SplashScreen
Overlay
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?