I have created a custom them for the RibbonBar / RibbonForm. When testing the collapse / expand for the ribbon group, I am not getting the collapse, but instead, it looks like it just hides the ribbon and keeps the blank space. (see attached)
Could you please help me troubleshoot which property might have been touched that would affect the visible/hide/collapse of this control?
There were so many settings that I adjusted, many being from trial and error until I found the property that worked for the style I was going for. I'm not sure if it is something I adjusted or an issue with the custom control. I placed my custom theme side-by-side with a known theme and looked at every property to see where something was more than just a color or image change. I am wondering if it is possibly another control inherited by the RibbonBar that could be causing this behavior.
Thanks,
I have created a custom theme in the Visual Style Builder for the RadPageView, built off TelerikMetro as a base . I can view it in the Theme Viewer and it looks exactly like I want it. I then save just the resource file that ends with _RadPageViewStripElement.xml (I intend to only use it for View Mode = strip).
I then follow exactly the steps to add it to a VS2017 VB Winforms application under the RadThemeManager. I tried to add it both as Resource or a File. After I do, I can add a RadPageView to the form and when selecting a theme, I can see my new theme in the dropdown. However, I get no formatting.
I'm not sure what else I am missing. There are 7 xml files referenced in the save window related to RadPageView. I assume I only need the one for the View Mode I intend to use. Are there other resource files I need?
I have tried almost everything and have reached the point of frustration. I'm sure it is something minor, but can't get past it.
If necessary, I can also send my Theme file for review.
Thanks,
Morning,
In the designer I am trying to add a button to the right side of a group of 3 items already in the group.
I just can seem to figure out how to do this. Any help would be appreciated.
Attached 2 images. One Is what I have atm and the other is how I want it to appear.
Hi everyone.
Using a custom pin, I've plotted a passenger plane on the map, that by changing the coordinates of the passenger plane, the custom pin of the plane moving on the map.Next to it, I used polyline to draw a flight path. But I encountered problems.
1) I want to turn the plane icon in the direction of the flight path, but it is not.
2) or i want to draw lines of plane icon path with correct icon direction.
Thanks
Hello,
Currently, if I add a GridViewDateTimeColumn into a RadGridView, I can only edit the date component and I don't have a TimePicker part, even though I choose a DateTimePicker component as EditorType property. I'm even not allowed to set the time by typing it.
I also tried to trigger it manually with the following code, without any success:
var startDateColumn = radGridView1.Columns[
"StartDate"
]
as
GridViewDateTimeColumn;
var picker = startDateColumn?.GetDefaultEditor()
as
RadDateTimeEditor;
var editor = picker.EditorElement
as
RadDateTimeEditorElement;
editor .ShowTimePicker =
true
;
How can I enable both date & time editing on a GridViewDateTimeColumn?
Windows 10 - VS2017 - .NET Framework 4.6.1 - Telerik R1 2019 - Fluent theme
How can I select the Button(s) via Keyboard. Tab does not seem to work while inside the Textbox.
Regards
Erwin
on visual studio 2019 and 2017 I created a new radribbonform and added a dropdownbutton inside it and added buttons to that dropdown button but when I click on the dropdown button to show the dropdown menu and it's buttons it doesn't open and when I go to items collection of the dropdown button to edit the property of each item it's dimmed
Hi,
I'm trying to create a customised version of the appointment dialog, which will actually combine some of the functionality of both the EditRecurrence dialog and the EditAppointment dialog.
From the EditActivity dialog all I need is the start date and subject fields along with the save and cancel buttons, and then from EditRecurrence I want a checkbox to enable recurrence functionality, which will enable the recurrence pattern and range of recurrence groups of controls in the same dialog.
What would be the best way to implement this window? I've played around with inheriting EditRecurrenceDialog (partial class frmEditAppointment : EditRecurrenceDialog) but I can't seem to hide the controls I don't want. For example when I try to hide the All Day Event checkbox the "Visible" property is greyed out in the designer/properties window and I can't change it to false.
Given these issues I get the impression I'd be best off creating a new appointment dialog entirely, how should I go about doing this? Ideally I wouldn't want to have to recreate groups of controls like the recurrence pattern or range of recurrence and instead just add/copy them in somehow.
Thanks for your help, Tom.
hello
i want change NumberDecimalSeparator to grid example below:
120.459->120/459