Telerik Forums
UI for WinForms Forum
1 answer
116 views
Hello community!!!

I am trying to get the "ForeColor" value of a "RadButton" but when it is in "MouseOver" state. Any idea how can I do that?
As you can see in my screenshot, into "Visual Style Builder" I found the "HighlightedForeColor" key for the "MouseOver" state but I don't know how to get this value into my code like I do to the example below for this "RadButton".
        public static Color RGB_Color()
        {
            RadButton Rad_Button = new RadButton();

            RadForm Rad_Form = new RadForm();
            Rad_Form.Controls.Add(Rad_Button);
            Rad_Form.ThemeName = "Office2019Dark";

            Color forecolor = new Color();
            forecolor = Rad_Button.ForeColor;

            Debug.WriteLine("The forecolor is : " + forecolor);
            return forecolor;
        }
Thank you for your time!!!
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 19 Aug 2022
1 answer
104 views

Hello,

if have derived the RadRibbonForm.

If I'm using the derived OwnRibbonForm, the RibbonBar ist locked in designer.
What I have to do?

Regards

Dinko | Tech Support Engineer
Telerik team
 answered on 19 Aug 2022
1 answer
173 views

Hi good morning.

I have made an application which uses the PivotGrid, PivotFieldList and Chartview controls to present the data in the way that an Excel pivot table and chart would.

But I am at a point where the performance of creating the graph is very low compared to Excel.

I comment on the case.

When I add one more field to the PivotGrid in the rows section, the performance to present the graph begins to be slow, in this example that I show I add the "Section" field and to graph it takes 39 seconds.

But if I add a fourth field to that row section of the PivotGrid when plotting the app crashes.

The number of records handled by the PivotGrid is currently 80,000, but with a tendency to grow, the PivotGrid has no problem loading that amount of data.

I know that reading a graph as it is seen is not practical, but the user will manipulate the fields of the PivotGrid until the required information is left, of course with filters included, but while that happens the graph must be updated, but this is not possible because the app crashes, show the image.


 

I did the exercise of getting the table from the database with all 80,000 records and passing it to Excel and making a dynamic table and graph and I was surprised to see that in Excel when adding the "Section" field it took a couple of seconds and when I added a fourth field, it takes six seconds, also the graph is not practical to read, but the important thing here is that in Excel it does not crash and it presents the graph, I show the image of the exercise in Excel.

I would like you to support me in reaching a solution so that the application does not crash when trying to graph such amount of data.

Or is this a limitation of control?, to think of an alternative.

Thanks for your attention.
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 18 Aug 2022
1 answer
219 views

Hi!

I have dataset with one table and I used it to fill RadGridView with columns.

One of the columns is foreign key (SQL Server type bigint) and autogenerated as GridViewDecimalColumn.

I do not want to make master-detail view, but I'd like to show values from another table based on this foreign key.

 

For example,

Table 1

id bigint

code_id_form_table2 bigint

 

Table 2

id bigint

name nvarchar(50)

So, I'd like to show name instead of code_id_from_table2 in the RadGridView. I know how to do it with built-in DataGridView, but how can I achieve the same result with Telerik component?

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 16 Aug 2022
1 answer
94 views

Greetings community!!!

I am facing a problem here and I would like to know if this a RadForm's issue.

Let's say I want to change the alignment of TitleBar title. If I do that from RadForm_Load is okay.

        private void Main_RadForm_Load(object sender, EventArgs e)
        {
            this.FormElement.TitleBar.TitlePrimitive.Alignment = ContentAlignment.MiddleRight;            
        }
But if I do this through RadForm properties, in design mode, nothing happens!!! And when I check my RadForm's Designer.cs, this change doesn't exist!!!

Any idea why is this happening? Is this an issue of RadForm or something?

Thank you for your time!!!
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 15 Aug 2022
3 answers
157 views

Some how, my inherited form is missing the title bars Max/Min/Close buttons. Also the size of the title bar has shrunk.  This is my abstract class form

 

 

this is my inherited form

 

There are no special setting set on the inherited form.  Out of nowhere, the Min, Max & Close button are now missing.  I am seeing this on other inherited forms since upgrading to the latest Telerik for WinForm release.  Anyone have any idea what I am missing here?

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 15 Aug 2022
1 answer
187 views

Hello community!!!

Is there any event for RadPageView when it works as NavigationView so to fired when user click hamburger icon? I am talking about from Expanded to Compact and vice-versa?

Also I would like to know if there is any "mouseover" event for the items over hamburger icon.

Thank you for your precious time!!!

Dinko | Tech Support Engineer
Telerik team
 answered on 15 Aug 2022
1 answer
101 views
1) RadDropDownList (cbo.png)
Currently, only text is displayed on the display member.
But I want to show both Code and Name.

2) RadChartView (chart.png)
The data table to apply to the chart on the left.
Currently, I applied the data table to the DataSource in the chart, and I applied it like CategoryMember="name" / ValueMember="value" / DisplayMember="code".
However, I want to show the name on the x-axis and have the code, and I want to show the value on the Labels (Display Member).

Is there a way?
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 12 Aug 2022
1 answer
744 views
I have a GridViewSummaryItem for Total, but it aligns to the center while the data rows align to the right. How do I get the summary Item to align right? I created the summary row and item using the designer (see attached screenshot).
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 11 Aug 2022
1 answer
366 views
Hello community!!!

My question is really simple I think... Is there any way to use RadMessageBox as input dialog? Something like this...



If yes, how can I do that? Is there any document or example online?

Thank you for your time!!!
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 11 Aug 2022
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
Diagram, DiagramRibbonBar, DiagramToolBox
GanttView
Panorama
New Product Suggestions
Toolstrip (obsolete as of Q3 2010)
VirtualGrid
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
Documentation
SplitContainer
Map
DesktopAlert
ProgressBar
CheckedDropDownList
TrackBar
MessageBox
Rotator
SpinEditor
StatusStrip
CheckedListBox
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
DataEntry
ScrollablePanel
ScrollBar
WaitingBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
PopupEditor
RibbonForm
Styling
TaskBoard
Barcode
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
NavigationView
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
Licensing
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
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?