Telerik Forums
UI for WinForms Forum
4 answers
956 views
Hi,
I am using textbox and in its double click event i am doing something,
but when i click in side the box area double click event is not working,But when i click on border of textbox double click event is
working properly.
                  Is there any way  to fire double click event when i double click on the text area i.e. in side the text box.
                                                                         

Stefan
Telerik team
 answered on 04 Dec 2014
6 answers
120 views
I am capturing scroll events (via gvLibrary.TableElement.VScrollBar.Scroll += this.gvLibrary_Scroll;) so that I can call a method on a lazy-loader class to update records in my buffer.  It's designed so that the 100,000+ records won't have to load all at once, but instead we load just a few pages of data at a time.  Each time the scroll is CLICKED, I am successfully able to trap the event and update my lazy-loaded queue.  However, if I drag the scroll bar, the event does not appear to fire.  Is there another event that I can use to handle when the scroll thumb is dragged?

Thank you,

VSmirk
Stefan
Telerik team
 answered on 04 Dec 2014
2 answers
101 views
Hi all,
I've set the OptionsButton Visibility to Collapsed

ribbonBar.RibbonBarElement.OptionsButton.Visibility = ElementVisibility.Collapsed;

and indeed I don't see the small button appearing in the footer of the StartMenu but for some reason I see a default RadMenuItem appearing on the left column of the StartMenu with the text "Options <application name>".
I have also tried (with no luck)     
ribbonBar.OptionsButton.Visibility = ElementVisibility.Collapsed;

Thank you
Dimitar
Telerik team
 answered on 04 Dec 2014
1 answer
183 views
Hi,
I hope I'll get a reply this time (this will be my third post with no answer)

I was trying to use ExampleForms, I copied the source code of "Grouping" form into my project, it was loaded just fine.
But how to initiate the form? there is no ShowDialog method, and the show does not really show the form, so what should I do?

        Dim form1 As New Form1
        'form1.StartPosition = FormStartPosition.CenterScreen
        'form1.ShowDialog()
        form1.Show()
This is the code I used, where Form1 is a form inheriting ExamplesForm (Grouping form found in QuickStart)

Please reply ASAP.
Thank you,
Saleem.
Dimitar
Telerik team
 answered on 04 Dec 2014
6 answers
250 views


     
private void myGrid_CommandCellClick(object sender, EventArgs e) 
      { 
         GridCommandCellElement gCommand = (sender as GridCommandCellElement); 
 
         if( gCommand.ColumnIndex == 11 ) 
             // code..
      } 
 

Simple question - I have two command buttons and wondered if it's possible to get the unique name from within the event?! can only find the column index number.    gCommand.Name returns ""

Cheers
  Ewart.

Support@silverbear.com
Top achievements
Rank 1
 answered on 03 Dec 2014
1 answer
108 views
Hi,

Is there a way I could implement Selected Value Changing in MultiColumnCombobox?

I wanted to restrict the user to select some rows. The said rows are should only be visible but not selectable.

I tried implementing MultiColumnCombobox.EditorControl.SelectionChanging. Even though I cancelled the event via e.Cancel=true, the selected value still changes to the selected row.
Joem
Top achievements
Rank 2
 answered on 03 Dec 2014
1 answer
62 views
Hallo,

Using VB, WinForms, VS2013

I see that my ribbon does not fill the client form (a RadForm) horizontally (s. attachment). What do I miss?

Thanks a lot for helping me
Fabian
Fabian
Top achievements
Rank 1
 answered on 02 Dec 2014
1 answer
102 views
Hi,

I have noticed that text not all titles on the Y-axis are aligned to the right.

How can I align the text to the right?

On this attach for example some titles are right aligned (Ford, Suzuki, Fiat), and the others no.

Any help would be appreciated.

Thanks

Dimitar
Telerik team
 answered on 02 Dec 2014
2 answers
519 views
Hi, 

I have created a simple bar chart but I would like to increase the distance between the values on x-axis and get the bars a little bit more longer.

There is a simple ways to do it?

here I attach my simple chart.

Thanks a lot
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 28 Nov 2014
13 answers
1.3K+ views
hi,
i am new to telerik controls and winforms. I am using RadGridView, i want to do some calculations on each item data bound, is there any item data bound event i can capture and do some operation before binding it to gridview.

Thanks,
Sandeep
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 28 Nov 2014
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
CheckedDropDownList
ProgressBar
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
Styling
Barcode
BindingNavigator
PopupEditor
RibbonForm
TaskBoard
Callout
ColorBox
PictureBox
FilterView
NavigationView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
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
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?