
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?

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
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!

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

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
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.

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
