Telerik Forums
UI for WinForms Forum
3 answers
307 views

hi. 

I have to use WinForms UI 2017.2.613 with os 10. with date time picker control I can't see years model selection when clicking in control header and just show current year month selection. in attached image 01 you can see what control show to me and in image 02 you can see what selection I need.

 

Dimitar
Telerik team
 answered on 08 Aug 2017
1 answer
150 views

I am trialing RadDesktopAlert for a new system I am developing, and considering purchasing radcontrol for WinForms. I have used RadControls for the web before. 

 

I have created a RadDesktopAlert and it appears to work quit well. I create the RadDesktopAlert in code and added 2 buttons behind it. I can run code from those buttons without any issues. However I need to pass an ID into the RadDesktopAlert , that I can access when pressing these buttons. 

 

Is there a way I can pass a variable, does as a unique string into the RadDesktopAlert that I can read when pressing one of these buttons?

 

Many Thanks

 

 

 

        private void rbeRequest_Click(object sender, EventArgs e)
        {
            Console.WriteLine("code test here");
            // I need to get a value specific to the rad alert here. 
        }

 

 

 

      // create the RadDesktopAlert
            RadDesktopAlert radDA = new RadDesktopAlert();
           

                //declare the buttons. 
                RadButtonElement rbeRequest = new RadButtonElement();
                RadButtonElement rbeAdministrator = new RadButtonElement();

                rbeRequest.Name = "test1";
              
                //assign code to each button that runs. 
                rbeRequest.Click += rbeRequest_Click;
                rbeAdministrator.Click += rbeAdministrator_Click;

               
                
                //set padding around the buttons to make them a little bigger. 
                rbeAdministrator.Padding = new System.Windows.Forms.Padding(5);
                rbeRequest.Padding = new System.Windows.Forms.Padding(5);

                //apply a lable to the buttons
                rbeAdministrator.Text = "My Administrator is Present";
                rbeRequest.Text = "Request Permission";

                //add the buttons to the DesktopAlert component. 
                radDA.ButtonItems.AddRange(new Telerik.WinControls.RadItem[] {
                rbeRequest,
                rbeAdministrator});
            }

            //apply text. 
            radDA.CaptionText = "caption text goes here";
            radDA.ContentText = "content text goes here"   ;
        
            //show the alert. 
            radDA.Show();
        }

Dimitar
Telerik team
 answered on 08 Aug 2017
2 answers
215 views

I have a bound RadGridView which I need to allow row reordering for. I followed the example posted by Dess here: http://www.telerik.com/forums/move-rows-with-the-mouse

And it works perfectly, thank you. I have a question however. When I drag row(s) to another RadGridView, the circle slash icon dissappears which lets the user think they can drag the rows there. They can't however, they're only supposed to drag the rows within the original RadGridView that they're from. Attempting to drag the rows to another RadGridView should show the circle slash icon indicating it's not allowed. Can the example be modified to address this? I'm guessing there's something I might change with e.CanDrop but I'm not sure how to go about this. Thank you.

Grand River Rubber
Top achievements
Rank 2
 answered on 07 Aug 2017
1 answer
156 views

hello , 

i need create chart Likely attached file  on telerik chart win form , please help me ....

thanks.

Hristo
Telerik team
 answered on 07 Aug 2017
1 answer
106 views

hello im kangroo. im not much professional but i am working on a project and i have few questions about exporting from radgridview at winform.

1- i am trying to excel export and i want to set columns width for excel.i have tryed codes from demo.in there i can set width for current radgridview.but i don't want to change radgridview widht i want only change it at exporting to excel.How i can do?

2- is there any way to not export a column ? for example i don't want to export date column from radgridview.how i can?

3- in demo codes there is a example for add cloums to export to excel table. but that codes adding colums to current radgridview after complete of export. can i add columns to export table without adding to current radgridview?i want to create a cloumn for users may write some notes on excel export page

4- is there any way to set page size for excel export?i saw few codes in demo for pdf exporting for set size for page but can we do this in excel export?

 

i did search for this questions and i have read many documents about that but i did not understand how to fix these problems.If you can explain with example codes that would be very helpful.thank you.

Hristo
Telerik team
 answered on 07 Aug 2017
1 answer
171 views

I've a textbox on my database setup form that takes the database password.

 

At design time I have placed a checkbox to the right hand side of it so the user can select whether or not to see the encrypted characters or not. I want the checkbox to be positioned in line with the text box when displayed to the user.

 

At design time it is, but when theming is applied it loses its alignment (please see attached file)

 

I've tried repositioning the checkbox when the textbox is painted but that doesn't work.

 

How can I keep these two controls anchored to each other as they should be please?

 

 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 07 Aug 2017
1 answer
110 views

Hi,

 I am experiencing problem with latest controls ( version : 2017.2.613.40 ) . When I open multi column drop down ,its selecting first item which is causing problem in my case , it happens when i open drop down pragmatically using code :  this.MultiColumnComboBoxElement.ShowPopup().

 

Please advise asap.

Thanks.

Dimitar
Telerik team
 answered on 07 Aug 2017
3 answers
539 views
Hi,
I want to show contents of GriView column with thousand separator, please write a sample code.
Thank you, Tooraj Azizi.
Dimitar
Telerik team
 answered on 07 Aug 2017
6 answers
177 views

Hello,

On the x axis, I have a range of values from 1/2001 to 1/2010 where I have a value for each month. I need to have ticks every 4 months (MajorTickInterval = 4 is working fine), but I need to have ticks starting from 3/2001, so I will have tick on each 3/xxxx, 7/xxxx, 11/xxxx month. How to achieve this?

Thanks in advance

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 07 Aug 2017
0 answers
125 views

Still happens.  With no end in sight.

Tried different datasource calls.  Still happens.  What you say is right, is wrong.  BUGS BUGS BUGS.  Zero fixes.  Please stop selling a product that does not work and which you do not care to develop.

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

I can't wait to move off your controls and end the continuous frustration of poor development.

Abba
Top achievements
Rank 1
 asked on 06 Aug 2017
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?