Telerik Forums
UI for WinForms Forum
7 answers
1.5K+ views
Hi.
I have a Rad button with an image.
I want to set 'hover' image and 'click' image.

What is the best way to do so?
Martin Vasilev
Telerik team
 answered on 17 Jun 2009
1 answer
96 views

When I call

window.DockManager.ActiveWindow = window;

this activates the DocumentWindow in the Manager, but it paints itself correctly only if the tab of the DocumentWindow was already visible on the TabStrip.

If the tab is not visible (too many open documents), I get an empty window with no contents.

If I activate the window through the drop-down menu, it is inserted to the beginning of the TabStrip and thus shown
correctly.

regards
Erwin

 

 

 

 

Julian Benkov
Telerik team
 answered on 17 Jun 2009
6 answers
113 views

What's the best way to convert UserDockForm derived Dockables to the new DocumentWindow?

Do I have to convert them to Controls and then add them to the DocumentWindow.Controls Collection?

regards
Erwin
Julian Benkov
Telerik team
 answered on 17 Jun 2009
1 answer
72 views
Hi,

I am developing a web application with telerik controls. I am using the radGrid in the application. I am facing a weird  problem with new version of Telerik.Web.UI.dll. The version which I am using is 2009.1.527.20.

Problem Description:
When the grid width is 50% of the screen width then the paging controls (like Page size and Change button ) are displaying out side grid control. It was not happening with the telerik version 2008.3.........

Please provide the solution.

Thanks
Hari

Pavlina
Telerik team
 answered on 17 Jun 2009
3 answers
452 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
206 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
424 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
134 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
91 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
202 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
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?