Hi,
I am using a RadGridView in a window .
I am using RadDropDownListEditor for editing one of the cells in the column that has one element as list.
I want it to be able to set as empty on editingBut the change isn't persisting when I provide empty string.
According to the documentation, the change only persists when we select one of the other items in the list.
Is there any way I can set it as blank on providing empty string.
Hi Telerik team
I just use the radganttview replacing our old GanttOCX. I have a question about links between tasks. We don't want to use links.
Is it possible that links are invisible in the GanttViewGraphicalviewElement ?
Thanks in advance for your answer.
Hi ,
I am using a RadGridView along with a button in a Form window. When button is clicked , it shows some hidden rows in RadGridView.
I want the hidden rows to be showed when the Form window is maximized.
How do I go on about doing this?
This is how I am trying it:
If Me.WindowState =2 Then
'Raise an event here
thanks.
Hi.
I wonder if it is possible to put the video in a shape, like a circle. I also want to know if it is possible to hide all the controls at the bottom.?
Regards
Hi,
I am using Telerik UI for Winforms 2020 to create a grid and when I hit the maximize button on title bar, the grid remains the same size but the window maximizes , like the attachment below.
How can I make sure that the Grid uses the full size of window on maximizing ?
Hi,
I want to enable drop shadow for the floating windows in RadDock. I tried the below code but it didn't work.
window.RootElement.EnableElementShadow = true;
window.RootElement.ShadowColor = Color.GreenYellow;
window.RootElement.ShadowDepth = 10;
Is there a way to enable it?
Thanks
Hi.
Is there any way to put the custom themes (.tssp) in the project resources (Resources.resx) and load from there?
I'm actually looking for a way to include the .tssp files in the program itself (not as a separate files in project output)
Note: Currently my theme files are in the project folder and I'm using this method:
Thanks
I'm using the RadSpreadsheet control, and it's ribbon bar.
I have a simple menu, which when clicked, calls another dialog.
But the menu structure overlays the new dialog:
The menu items have gone, including the one which the user just clicked, which is good, but the outline of the ribbon is still visible.
I don't have any control over the popup window, as it comes from another application, so I can't tell it to 'bring to top'.
Has anyone else seen this ? I don't think it's specific to the RadSpreadsheet ribbon bar - i've seen the same effect on other ribbon bars.
Is there any way to avoid this ? Not a disaster, but it just looks poor. The blank space does go away, but only once everything else has completed.
Hi guys,
I am new in the C# winform design and I am trying to create a scheduler to help manager organize employee timesheet and do the punch-in punch-out. There are couple things I need some helps.
1) When I am reading the help form, I found a video about introduction of RadScheduler. https://www.youtube.com/watch?v=RHgMwE2vlsc&t=10s
But when I'm going to Blogs.telerik.com/robertshoemate I cannot find source code. Could you tell me where I can find source code? That really help me to understand how radscheduler working
2)
When I am desining Radscheduler form, The UI is always said "new appointment" and when I click "add new appointment" button the edit appointment textbox is setup in specifc form (I attached picture down below)
Could tell me where I can design this edit_appointment form? I want to change this UI. For example, change the subject Name or delete couple textbox
Regards,
Mike