Hi,
when I try to Add a RadForm the following pop-up coming.
"Unable to launch scenario wizard
---------------------------
Scenario wizard cannot be launched on the selected project
if the selected project's distribution version is not installed on the machine."
Can you please help me !!!
Is it possible to use one RadDateTimePicker and set it up for a range of seven days?
So, lets say the control says DateTime.Today is 12/1/2017, and I want a start date of seven days prior to this date. How can I do this?
C#
Thanks,
Hi,
am trying to make an app where the MDI parent is basically the container for the app pages..so don't want the MDI child titlebar in there at all.
Found on the forums that you open the child this way:
showform is the newly created form:
With showForm
.MdiParent = Me
.WindowState = FormWindowState.Maximized
.ShowIcon = False
.ControlBox = False
.MaximizeBox = False
.MinimizeBox = False
.FormBorderStyle = Windows.Forms.FormBorderStyle.None
.ShowInTaskbar = False
.Text = ""
.Show()
End With
I always get 2 title bars and all the controls on the child title bar are active???? when I have disabled them. Also when I maximise the child..THEN I get the single title bar, which is what I want.....what is going on here as it appears the maximize code function and the button function are different...I want the button functionality in the code.
Am using version 2017.3.1017.40 and RadForms
Any ideas??


Hello,
I created a ApplicationMenu in WinForms UI with icons and text in the menu-items.
On 1 item I created a sub-menu, but there shows up a second column (by default) which I dont want.
That was also the case first the first level of menu, but there I could fix this with a boolean property 'ShowTwoColumnDropdownmenu' on the applicationMenu itself. But there is no such property for a menu-item, or is there?
Please see again my attachment to clarify what I mean. (Pretty basic actually)
I used radgridview and add row with programatic. (like GridView.Rows.Add() )
I must use auto resize and many row datas and it cause slow performance.
So i think if i use gridview paging, then gridview will always add just 20 rows (that i setted pagesize to 20) in internal when i view each pages.
But it is still too slow. Maybe it add all rows in spite of using RadGridView Paging.
I want to add only the number of pagesize rows and the total row datas was controlled by me.
How should i gonna do?

I want to create a custom calculator edit column based off the GridViewCalculatorColumn class (or RadCalculatorDropDownElement Class), but need some help getting started. I need to remove several buttons, including the memory buttons and the decimal button (only positive integers are allowed), and round to an integer when %, SqRt, or another operation generates a decimal.
In addition I need to add a property that will pass in a default value, and add a button which will display this default value as its button text, and when pressed will replace the value with the default (each row could have its own default).
Please let me know if there is an example similar available, or any guidance that would help.
Thanks

Hello Telerik Team,
I'm using Excel-like filtering feature of RadGridView. I need to change font in PopUp.

Is there any property to select all the content in a radgrid clicking in the corner of the grid like in excel?
thanks in advance.
