Telerik Forums
UI for WinForms Forum
3 answers
529 views
According to the documentation RadMenu is supposed to support accelerator keys (Alt+F for example).

From the documentation (RadMenu -> Usability -> Keyboard Navigation):
  • After opening a menu use the arrow keys to move the selection up and down the menu, or to move sideways from menu to menu.
  • If the menu is equipped with accelerator keys, you can press Alt plus the key to activate a menu item. Accelerator keys are indicated by an underlined letter. For example, if you see the menu text New Item, then N is the accelerator key and Alt+N will activate the menu item.
  • If the menu displays a shortcut (such as Ctrl+N) to the right of the menu item text, pressing the shortcut key combination will activate the menu item.

But I can't seem to get this to work.  Am I missing something?

Thanks,
Eric


Boryana
Telerik team
 answered on 16 Jun 2009
7 answers
232 views
hi,
I m using version "RadControls for WinForms Q1 2008 SP1", but I did not found any template c:\program files\telerik\RadControls for WinForms Q1 2008 SP1\templates
so please guide me how can I use RadForm in Visual Studio 2008.
What steps are required to use RadFormControl.

Regards
Deyan
Telerik team
 answered on 16 Jun 2009
11 answers
470 views
I've just found out that many telerik WinForms controls (Ribbon, Menu, etc) do not support OpenType fonts which are essential for the text of many Unicode languages to render properly. Indian, Arabic and many other Asian languages depend entirely on OpenType to render. In fact, most fonts found in Windows today are in OpenType format.

Note that OpenType is natively supported in Win 2000, XP and Vista, in all .NET controls, many third-party controls, and WPF as well. I find it odd that telerik WinForms doesn't support it.

Resources to read if you don't know OpenType:
http://msdn2.microsoft.com/en-us/library/ms745109.aspx
http://www.microsoft.com/typography/otspec/TTOCHAP1.htm
http://en.wikipedia.org/wiki/OpenType
Peter
Telerik team
 answered on 16 Jun 2009
1 answer
155 views
I have an unbound radgridview that I populate from a .CSV file.

I used AddCheckboxColumn() code I found in this forum to add a 'Select All' header checkbox.

I have two issues.

I want to enable and disable a button on the form based on 'all checkboxes cleared' = disabled and 'all checkboxes selected' = enabled

I can do this by adding ...

            If valueState = False And frmClientsImport.btnAddToDB.Enabled = True Then
                frmClientsImport.btnAddToDB.Enabled = False
            ElseIf valueState = True And frmClientsImport.btnAddToDB.Enabled = False And Not frmClientsImport.cboCustomers Is Nothing Then
                frmClientsImport.btnAddToDB.Enabled = True
            End If

...to Private Sub checkbox_ToggleStateChanged(ByVal sender As Object, ByVal args As StateChangedEventArgs)

but this is obviously not the way to do it because then I've kind of locked the subroutine to the specific radgridview.

Second, if an individual checkbox is selected/deselected I want to enable the same button as long as at least one row has a checkbox checked and disable the button if no rows have the checkbox checked. I tried the .ValueChanged event but it doesn't seem to report the state correctly.
Nikolay
Telerik team
 answered on 15 Jun 2009
1 answer
128 views
Hi,

I am trying to remove the bottom "footer" that appears in calendar pop up when I want to select a date using datetimepicker.

This footer is purple, it´s driving me crazy because I have no idea how to make it not show.

Do you know what property I have to change to make it no visible?

Thank you in advance.
 
Martin Vasilev
Telerik team
 answered on 15 Jun 2009
4 answers
253 views
Hi,

I am developing a windows application using radGrid (Hierarchical grid). I want to see only 5 child records at a time when parent row is expanded. Currently I have 50 child records and All the child records are getting displayed. I want to restrict the number of child records to be viewed, So that the remaining records can be scrolled.

Please suggest me if we can achieve this.


Thanks
Hari Kumar
Hari
Top achievements
Rank 1
 answered on 15 Jun 2009
1 answer
156 views
Environment:
  * WinForms 2009 Q1 SP1 (2009.1 414)
  * VS 2008 SP1
  * Windows XP Pro SP3

RadForm grabs a sliver of the surrounding area and retains it with the form, making it ugly.  It happens when you have the form's MaximumSize property set, and you maximize the form.   To reproduce:
  * Start a vanilla VB Winforms project
  * Drag a RadButton onto the form, then delete the button (this auto sets refs to Telerik assemblies)
  * In Form1.Designer.vb, make the form inherit from Telerik.WinControls.RadForm
  * Set the .MaximumSize property for Form1 to (400,300)
  * Size Form1 smaller than this in the design environment, say, (200, 200)
  * Run the project
  * Move the form over something w/variation - you won't see the bug very well if the form is over a solid area
  * Maximize the form
  * On the right and bottom, you'll now see artifacts grabbed from the surrounding area, which are now persistent on the form.

The error occurs w/both w/the default Vista skin and Office Black.

A bitmap illustrating the issue is one folder down in the zip file, which also contains a sample VS2008 project:

If you don't fix this, I'll have to redo my form as a vanilla WinForm.  When shall I expect a fix for this?

-James Frater, Creative Software Solutions csoftwares.com
Deyan
Telerik team
 answered on 15 Jun 2009
6 answers
261 views
I may have missed it but I could not find a way to hide the tabs.  Is that possible?  So that the position could be Top, Bottom, Left, Right, None? This way it could be used as a multi container control.
Nick
Telerik team
 answered on 15 Jun 2009
1 answer
162 views
I just installed the Q1 2009 version of RadControls for WinForms, and received an error when the installer attempted to install tools to the toolbox. I found a log file in the appropriate folder that contains the following text. What can I do to get the tools to install? My version of VS is 2008 SP1 and my OS is Vista 32bit.

Thanks in advance...

Log Text:

Starting ToolBox install procedure.
Exception:    Retrieving the COM class factory for component with CLSID {BA018599-1DB3-44F9-83B4-461454C84BF8} failed due to the following error: 80080005.
Stack:
    at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck)
   at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache)
   at System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache)
   at System.Activator.CreateInstance(Type type, Boolean nonPublic)
   at ToolBoxInstaller.Init(String dteTypeString)
   at ToolBoxInstaller..ctor(String currentVersion)
   at ToolBoxInstaller.Main(String[] arguments)
Loaded Assemblies

    mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll

    ToolBoxInstaller, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
        file:///C:/Windows/Installer/MSI74B6.tmp

    EnvDTE, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
        file:///C:/Windows/assembly/GAC/EnvDTE/8.0.0.0__b03f5f7f11d50a3a/EnvDTE.dll

    System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll

    System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll

    EnvDTE80, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
        file:///C:/Windows/assembly/GAC/EnvDTE80/8.0.0.0__b03f5f7f11d50a3a/EnvDTE80.dll

Kyle Kelin
Top achievements
Rank 1
 answered on 15 Jun 2009
2 answers
239 views
I see here http://www.telerik.com/help/winforms/export-excel.html that I can export to Excel which is great, but lets say I want to export to CSV.  The corresponding ASP.NET grid control can easily do this, but I don't see a way to easily do this with the GridView control in Winforms, surely there is someway to do this?

Thanks,
Ben
ben
Top achievements
Rank 1
 answered on 12 Jun 2009
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
SplitContainer
Documentation
Map
DesktopAlert
CheckedDropDownList
ProgressBar
MessageBox
TrackBar
Rotator
SpinEditor
CheckedListBox
StatusStrip
CollapsiblePanel
LayoutControl
ShapedForm
SyntaxEditor
Wizard
TextBoxControl
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
WaitingBar
GroupBox
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
NavigationView
BindingNavigator
RibbonForm
Styling
Barcode
PopupEditor
TaskBoard
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Overlay
Security
LocalizationProvider
Dictionary
TreeMap
StepProgressBar
SplashScreen
Flyout
Separator
SparkLine
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
SpeechToTextButton
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?