Telerik Forums
UI for WinForms Forum
1 answer
98 views
I'm new to Telerik controls so I'm hopeful there maybe a solution to my problem but searching the documentation and forums I have yet to see it.

Problem
A typical usability problem with menus I frequently see is a menu or sub-menu (grouping of menu items beneath another menu) that instantly disappears if the user mouses over the wrong pixel while trying to mouse over to the menu item.  This can be frustrating causing the user to have to retrace their steps to once again reveal the menu and this time carefully tip-toe the mouse back through the narrow parameters allowed them so as not to trip the code just waiting to remove their destination.

Solution
This is a fairly simple problem technically which requires the library author to allow from some time delay before hiding the menu.  The logic would go something like (pseudo code):

OnMouseOverNonMenu
Start Timer

OnMouseOverMenu
     Stop Timer

OnTimerElapsed
      Hide menu
 

Summary
So far, I have not seen this solution being build into the Telerik menu though it seems like a perfect place for this solution.  Did I miss it? Is there a way to do this without me rolling my own menu control?

thanks,
Eric

Jack
Telerik team
 answered on 01 Aug 2011
3 answers
172 views
Hi,

I'm just switching the last Controls from PanelBar to PageView. In some case I'm using the ExplorerBar-View. But why are newest Elements on Top? I'm adding the Pages programmatically and it adds the Pages always on top. How can I avoid this?

And: how can I change the position of programmatically added Controls? All new controls appears in the upper left corner.

Thank you!
Andy
Stefan
Telerik team
 answered on 01 Aug 2011
2 answers
228 views
I'm trying to figure out how to have a row change color and then fade back to its original color after some predetermined amount of time (like 1 second). I found this example online but can't make it fit for my situation.

http://www.telerik.com/support/kb/winforms/buttons/create-button-with-animated-border.aspx

Any input in the matter would be appreciated.

Why I'm trying to do this (in case you're interested):
I have a piece of hardware that is scanning items that are represented on the screen in the grid. As the scanner picks up an item, I'd like it to "flash" to show the user that the scanner sees it.

Thanks,
Jason
Jason
Top achievements
Rank 1
 answered on 29 Jul 2011
2 answers
102 views
Hi,

I'm migrating from the obsolete PanelBar Control and need a Scrollbar like in ExplorerBar mode, but with just one open Page. I can't find any Method to programatically expand or collapse Pages.

Andy suggestion?

Thanks
Andy
Stefan
Telerik team
 answered on 29 Jul 2011
5 answers
148 views
I updated to the today to 2011.2.11.72 and my Solution Explorer is now showing a temporary key file called testenv1_TemporaryKey.pfx. Do I have to be concerned - how is that changed.
Karl
Erjan Gavalji
Telerik team
 answered on 29 Jul 2011
1 answer
217 views
Hi. I have WinForm Q1 2011.
I have a RadListControl and I fill it from a table in a database,
when a item is to large, dont appears the horizontal scroll bar.
however, if I put a long row from the design view, the horizontal scrollbar is added.
I have tried several things but nothing works, I hope your answer thanks.

lstAreasDisponibles
(listControl) properties :
  •    autoscroll = true
  • fitItemSize = false
  • AutoSizeItems = true

This function fills the listControl.

private void cargarDatosListAreaDisponible()
        {
            string query = "SELECT Vista_Cat_Adscripcion_SIRH.Indice, Vista_Cat_Adscripcion_SIRH.Nombre " +
                            "FROM Vista_Cat_Adscripcion_SIRH INNER JOIN " +
                            "  Vehiculos ON Vista_Cat_Adscripcion_SIRH.Indice = Vehiculos.IdArea " +
                            "GROUP BY Vista_Cat_Adscripcion_SIRH.Indice, Vista_Cat_Adscripcion_SIRH.Nombre, " +
                            "  Vehiculos.Status " +
                            "HAVING Vehiculos.Status = '1' "+
                            "ORDER BY Vista_Cat_Adscripcion_SIRH.Nombre";
 
            Query obj = new Query();
            DataTable dt = obj.obtenerSelect(query);
 
            string[,] datos = new string[dt.Rows.Count, dt.Columns.Count];
 
            for (int fila = 0; fila < dt.Rows.Count; fila++)
            {
                RadListDataItem rldi = new RadListDataItem();
                rldi.TextWrap = true;
                rldi.Text = dt.Rows[fila][1].ToString();
                lstAreasDisponibles.Items.Add(rldi);
            }
        }
Stefan
Telerik team
 answered on 29 Jul 2011
0 answers
97 views
hello

Iam using a RadGridView in my WPF project which has only one column when the width of the column is set to " * " the grids width exceeds the containers width this causes the Container to be streched. but if the * is removed the grid is not getting filled inside the container

Thanks 
Jagan 
Jagadeesh
Top achievements
Rank 1
 asked on 29 Jul 2011
1 answer
127 views

We have a silver light page . In the silver light page one graph and grid are there, grid having more than six page data, in the print only one page data is coming and other page is blank.


 
Could you please suggest on this issue.

 

Dimitrina
Telerik team
 answered on 28 Jul 2011
1 answer
130 views
I am programmatically adding DocumentWindows to a RadDock control, I would like to capture the when the ActiveDocumentWindow changes, essentially I would like to capture when I move from tab to tab. Please advise. 

Thank you!
Stefan
Telerik team
 answered on 28 Jul 2011
6 answers
177 views
Hello,

I think because of in a Japanese environment, CommandBar Customize Dialog layout is corrupted as the attached file.
I use 64bit Windows 7 Japanese Version.
Is there any way to correct this?

Thank you.
Ivan Todorov
Telerik team
 answered on 28 Jul 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
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
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?