Telerik Forums
UI for WinForms Forum
0 answers
69 views
Hi,
I have a GridView with a child template (X) and another child template (Y)
into the child template (X) and have a decimal column (C) in (Y).
I want to SUM the decimal column (C) in (Y) into a cell of its parent row in (X).
Thanks,,,
Ahmed
Top achievements
Rank 1
 asked on 09 Aug 2017
2 answers
140 views

Hello,

I have application - ss in the file - text editor;

Writes text on one page "1" and when it reaches the designated "red" then the text goes to the second texteditor "2".

How to do it?

Please, help me! Please

Hristo
Telerik team
 answered on 09 Aug 2017
8 answers
249 views

Hi,

For some strange reason in my application the popup of RadMenuItem gets very big (see the attached picture). I have made a sample project and in a new one i can not reproduce the unexpected behaviour. So i want to do some work-arounds and control the popup size on the opening event (MouseHoover). So far i have tried this : 

this.menuItem.MouseHover += (sender, args) => {
this.menuItem.DropDown.PopupElement.MaxSize = new Size(100, 100);
this.menuItem.DropDown.PopupElement.Size = new Size(100, 100);
};

However this results in some even more weird behaviour - the popup splits into two areas - you can see this in the attached picture (green area and blue area). I am quite certain that the blue area is represented as "menuItem.DropDown.PopupElement". The question is - what is called the green area? How can I control the size of that ?

 

Thank you very much!

Dimitar
Telerik team
 answered on 09 Aug 2017
0 answers
105 views

Hi

 

Several time i have been deleted telerik .dll's and add them again but there is this error yet:

 

"SeverityCodeDescriptionProjectFileLineSuppression State
ErrorCS0012The type 'RadItem' is defined in an assembly that is not referenced. You must add a reference to assembly 'Telerik.WinControls, Version=2017.2.502.40, Culture=neutral, PublicKeyToken=5bb2a467cbec794e'.Clinic AppE:\4-Clinic App V1.5\Clinic App\Clinic App\Form_Settings.Designer.cs528Active"

Mamad
Top achievements
Rank 1
 asked on 09 Aug 2017
4 answers
235 views
I am using GridView control which displays data using nested grid [using child template etc]. I need to remove the border around the nested grid. Since nested grids can go up to n'th level, the border around it is really taking too much space on the screen. Is there any way to do it. Any help is really appreciated. Thanks.
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 09 Aug 2017
0 answers
94 views
Hi I chose a .GIF image for radcontrolApplicationMenu. Now, I want the image would be played or paused is using different mouse events(e.g. leave or mouse hover) till the moment that fire event of mouse hover fixed and immediately after receiving an event will be played (e.g. after four seconds). Again, stay pause till the next mouse and will be played to the end and stay paused after that. In other words, event and plays of images happen simultaneously by the events.
Mamad
Top achievements
Rank 1
 asked on 08 Aug 2017
3 answers
318 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
158 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
225 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
163 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
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
Documentation
SplitContainer
Map
DesktopAlert
CheckedDropDownList
ProgressBar
TrackBar
MessageBox
Rotator
SpinEditor
CheckedListBox
StatusStrip
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
CollapsiblePanel
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
GroupBox
WaitingBar
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
Styling
Barcode
PopupEditor
RibbonForm
TaskBoard
Callout
NavigationView
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Security
LocalizationProvider
Dictionary
SplashScreen
Overlay
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?