Telerik Forums
UI for WinForms Forum
3 answers
191 views
Is there any way to trigger Expand/collapse events in VirtualGrid programatically?
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 10 May 2019
1 answer
86 views

Hellow,my friend

When it comes to financial calculation, decimal should be reserved, and cell rounding is prohibited.

If I set the DecimalPlaces property of the GridViewDecimalColumn to 10, an extra zero will appear when editing the cell, as shown in the figure below.

I feel so ugly. Is there any solution?

Dimitar
Telerik team
 answered on 10 May 2019
4 answers
239 views
Is there a way to get and set the splitter position?
Steve
Top achievements
Rank 1
 answered on 09 May 2019
0 answers
109 views

Hello, I have a wizard used for steps in creating salary for employes. If however I go back from the current page shown in the picture, and change the payout date, the previous date is not removed. (the hosted item)

I have tried this article https://www.telerik.com/forums/radcalendar-specialdays-remove-winforms but without any luck. 

 

Thanks in advance

 

 

Nicklas
Top achievements
Rank 1
 asked on 09 May 2019
1 answer
148 views

I see that there is a ScreenTip associated with the button but it's not functioning for me.  Snippet of code:

 

var coolScreenTip = new RadOffice2007ScreenTipElement();
coolScreenTip.CaptionLabel.Text = wrkItem.GroupTitle;
coolScreenTip.MainTextLabel.Text = string.Format("{0}\n{1}",wrkItem.Title, wrkItem.Description);
coolScreenTip.FooterTextLabel.Text = "Test Footer";
coolScreenTip.FooterVisible = true;
 
var QuickMenuItem = new RadMenuButtonItem(strTitle)
{
//    ToolTipText = wrkItem.Description,
    KeyTip = "quick",
    Tag = wrkItem.OriginId,
    ScreenTip = coolScreenTip
};
QuickMenuItem.Click += quickMenu_Click;
radMenuItemQuick.Items.Add(QuickMenuItem);

 

Hovering over any button does not show the screen tip.  This code seems to work fine for inside of a grid, but there is a "needscreentip" event.

Any help would be appreciated!

 

Dimitar
Telerik team
 answered on 09 May 2019
2 answers
98 views

Hello, my friend

Look at the picture below, I want to remove these two buttons, what should I do?

Ricardo
Top achievements
Rank 1
 answered on 09 May 2019
6 answers
1.1K+ views
Hello,

Quick question, as I'm sure there is an easy solution for this, is there anyway to keep the x axis on the chart view at zero when one of the series in the graph contains a negative value? The image I have attached will explain this a bit better. If you look right next to the zero on the y axis, there is a value that goes below zero. What I'm looking for is to have my categorical x axis drawn right at that zero mark and have it look just like what you see in the desired view image. Any info on how to pull this off will be greatly appreciated. Thanks!
Dimitar
Telerik team
 answered on 08 May 2019
3 answers
882 views
Hello,

i used to have a code in vb that used to retrieve all the forms in my project and add them to a group box, here it is: 

Dim formType As Type
 
       'An assembly in .NET is an executable file (.EXE or .DLL)
       'GetType returns the type object for the specified typename
 
       For Each formType In sender.GetType().Assembly.GetTypes()
 
           'Select only the application forms inherited from the generalfunctionsform and add them to formList
           If UCase(formType.BaseType.ToString).Contains("SYSTEM.WINDOWS.FORMS.FORM") Then
               MsgBox(formType.BaseType.ToString)
               formList.Add(CType(Activator.CreateInstance(formType), Form))
           End If
       Next
 
       'Convert each form reference to a name string and add an entry to the formNames list
       For Each form As Form In formList
           formsListBox.Items.Add(form.Name.ToString)
       Next

but now that im using radForms, it doesnt seem to be able to return them to me as it loops throught the types in the projects. Anything i can do to get a ll the radForms in my project?

Thank you in advance
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 08 May 2019
2 answers
269 views

Hi,

I have a Chart with dateTimes on the X Axis. I would like to print only the hour and minutes as it isn't readable otherwise (Original.PNG).
When I try to format it by using categoricalAxis on each series, it formats it correctly but creates an axis for each serie (Formatted.PNG).

I haven't found a way to keep only 1 Axis but with the formatted dateTimes.
I joined a copy of the important part of my code.

Dimitar
Telerik team
 answered on 07 May 2019
1 answer
129 views

Hello. the image I've attached basicly tells the outcome I'm looking for. The only difference would be that I would like to keep the date part. So instead of 'John's BD' - It would be '8 John's BD'. I can't find any documentation on this.

Thanks in advance

Dimitar
Telerik team
 answered on 07 May 2019
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?