Telerik Forums
UI for WinForms Forum
3 answers
191 views
Hello, I am using a button that has "Take Attendance" on the face and "All Present" and "All Absent" on the dropdown menu. Basically, I need to separate the menu so that it doesn't open when the face is clicked. Microsoft apps work this way. There is a main command and you can select the dropdown only if you need more choices. I know about the split button but I am having problems with the way it's styled.  I was hoping I'd be able to cancel the menu when the ActionButton is clicked and not cancel it when the arrow is clicked but it seems that the sender is the same in both cases.

Private Sub ButtonTakeAttendance_DropDownOpening(ByVal sender As Object, ByVal e As System.ComponentModel.CancelEventArgs) Handles ButtonTakeAttendance.DropDownOpening
 
    If TypeOf (sender) Is RadDropDownButtonElement Then
 
        e.Cancel = True
 
    End If
 
End Sub


Any ideas? Thanks.

--DT
Boryana
Telerik team
 answered on 23 Jul 2010
2 answers
169 views
I use this code

radGridView1.MasterGridViewInfo.CurrentIndex ,but this property do not have setter, So Anyone know a way to set index

like
GridView.selectIndex = 1;  
KK
Top achievements
Rank 1
 answered on 23 Jul 2010
7 answers
277 views
Hello,

is there an easy way to distinguish within the CellClick event of the RadGridView if it is in the main table or in a child table?

Thank you for your help!

Bernd
Bernd Mueller
Top achievements
Rank 1
 answered on 22 Jul 2010
4 answers
174 views
Hello!

Is there any possiblity to get status of waitingbar, whether it is waiting or not ?
Is there any possibility to add text to waiting bar?
Boryana
Telerik team
 answered on 22 Jul 2010
2 answers
400 views
Hi,

I just installed the new version Q2 2010.

Now I can't compile my code because of missing ExportToExcelML.

Namespaces are included:

using Telerik.WinControls.Data;
using Telerik.WinControls.UI.Export;

Nadine
Martin Vasilev
Telerik team
 answered on 22 Jul 2010
3 answers
207 views
I have set the datasource of my radgrid to a generic list. But when I try clicking to add a new row....I get the error "The list must be an IBindingList to AddNew".

Is it not possible to add rows when using a generic list as my datasource?

Ryan
Svett
Telerik team
 answered on 22 Jul 2010
2 answers
179 views
Hi everyone , I have an application using telerik controls curently running in my business. Sometimes I got this message directly on the thread and I would like to know if there is an issue.
Thanks
I let follow the stack trace. ExceptionType : NullReferenceException

at Telerik.WinControls.UI.PopupManager.OnKeyDown(Int32 param)
   at Telerik.WinControls.UI.PopupManager.Telerik.WinControls.IMessageListener.PreviewMessage(Message& msg)
   at Telerik.WinControls.RadMessageFilter.NotifyGetMessageEvent(Message& msg)
   at Telerik.WinControls.RadMessageFilter.GetMessageHookProc(Int32 code, IntPtr wParam, IntPtr lParam)
   at System.Windows.Forms.UnsafeNativeMethods.GetMessageW(MSG& msg, HandleRef hWnd, Int32 uMsgFilterMin, Int32 uMsgFilterMax)
   at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
   at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
   at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
   at System.Windows.Forms.Application.Run(ApplicationContext context)
   at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun()
   at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel()
   at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(String[] commandLine)
Boryana
Telerik team
 answered on 22 Jul 2010
2 answers
241 views
I have a group of radiobuttons (in a groupbox) I need to know which one is toggled on when the user makes a change. The documentation offers the following code to handle the toggle state change:

 

 

private void radioBtn_ToggleStateChanged(object sender,Telerik.WinControls.UI.StateChangedEventArgs args)

 

{

 

 

    <my code here>    

 

}
I need to iterate through the radiobuttons to see which one was selected. All the event handler gives me it the toggle state. I am looking for a foreach() to do this.

Emanuel Varga
Top achievements
Rank 1
 answered on 22 Jul 2010
6 answers
1.2K+ views
Hi All,

My Problem is anchor not working as expected in dockpane.

I add a windows form, change the inheritance to the radform. Add a dockmanager and set dock = fill, and add a dockpane. Inside the dockpane add a textbox and set anchor property to top,left,right. And when i run the application, anchor not work properly.

Regards

Ahmet HOSO
Stefan
Telerik team
 answered on 22 Jul 2010
1 answer
142 views
I am using the latest release - Q2 2010.

My project used to use the Combobox control and since it will be obsolete I thought I would switch to using the new DropDownList control instead.

What I have found is that you cannot bind to the Text property on the DropDownList control like you could on a ComboBox control.

My VB code simply reads:

Textboxcontrol.Databindings.Add("text",bindingsourceobject,"fieldname")

Any reason for this ? I know I can still use the ComboBox control but I would rather use a control that is not going to be obsolete.

Many thanks


Paul.
Victor
Telerik team
 answered on 21 Jul 2010
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
Marco
Top achievements
Rank 4
Iron
Iron
Iron
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
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
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
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?